[−][src]Trait gf::ai::ipa::IpaTactic
🟢 A tactic for interprocedural analysis.
There are some basic implementations in this module:
Required methods
fn call(&mut self, state: &S) -> IpaCallAction<S>
Return action to perform on call.