MCPcopy Create free account
hub / github.com/Samsung/UTopia / setArgDir

Method setArgDir

lib/propanalysis/ArgFlow.cpp:337–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

updateArgFlowMethod · 0.80
updateFieldFlowMethod · 0.80
updateDefaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected