| 335 | } |
| 336 | |
| 337 | void ArgFlow::setArgDir(unsigned ArgDir) { Direction = ArgDir; } |
| 338 | |
| 339 | Argument *ArgFlow::findRelatedArg(Value &V, std::set<Value *> &Visit) { |
| 340 | if (Visit.find(&V) != Visit.end() || isa<Constant>(&V) || isa<CmpInst>(&V) || |
no outgoing calls
no test coverage detected