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

/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp114 /// avoid calling PHITranslateValue in hopeless situations.
315 /// PHITranslateValue - PHI translate the current address up the CFG from
319 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, function in class:PHITransAddr
373 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT))

Completed in 138 milliseconds