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.
311 /// PHITranslateValue - PHI translate the current address up the CFG from
315 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, function in class:PHITransAddr
374 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT, /*MustDominate=*/true))

Completed in 46 milliseconds