Searched refs:NonLocalDepCall (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp348 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst()); local
350 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){
351 cdep = NonLocalDepCall;

Completed in 313 milliseconds