Searched refs:NonLocalDepCall (Results 1 – 3 of 3) sorted by relevance
440 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst()); in lookupOrAddCall() local442 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){ in lookupOrAddCall()443 cdep = NonLocalDepCall; in lookupOrAddCall()
427 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst()); in lookupOrAddCall() local429 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){ in lookupOrAddCall()430 cdep = NonLocalDepCall; in lookupOrAddCall()
459 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst()); in lookupOrAddCall() local461 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){ in lookupOrAddCall()462 cdep = NonLocalDepCall; in lookupOrAddCall()