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

  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 69 /// 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/
PHITransAddr.cpp 112 /// avoid calling PHITranslateValue in hopeless situations.
316 /// PHITranslateValue - PHI translate the current address up the CFG from
320 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB,
374 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT))
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 307 milliseconds