HomeSort by relevance Sort by last modified time
    Searched defs:PHITranslateValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
PHITransAddr.cpp 114 /// avoid calling PHITranslateValue in hopeless situations.
312 /// PHITranslateValue - PHI translate the current address up the CFG from
316 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB,
375 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT, /*MustDominate=*/true))
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PHITransAddr.cpp 113 /// avoid calling PHITranslateValue in hopeless situations.
317 /// PHITranslateValue - PHI translate the current address up the CFG from
321 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB,
375 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT))

Completed in 75 milliseconds