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

  /external/llvm/include/llvm/
Value.h 288 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
292 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
294 const Value *DoPHITranslation(const BasicBlock *CurBB,
296 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);
  /external/llvm/lib/VMCore/
Value.cpp 399 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
403 Value *Value::DoPHITranslation(const BasicBlock *CurBB,
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 669 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
670 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 475 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB);
    [all...]

Completed in 67 milliseconds