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

/external/llvm/include/llvm/Analysis/
H A DPHITransAddr.h69 /// avoid calling PHITranslateValue in hopeless situations.
72 /// PHITranslateValue - PHI translate the current address up the CFG from
76 bool PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB,
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp114 /// avoid calling PHITranslateValue in hopeless situations.
318 /// PHITranslateValue - PHI translate the current address up the CFG from
322 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, function in class:PHITransAddr
376 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT))
H A DMemoryDependenceAnalysis.cpp1125 PredPointer.PHITranslateValue(BB, Pred, 0);

Completed in 297 milliseconds