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

  /external/llvm/include/llvm/IR/
Value.h 435 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
439 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
441 const Value *DoPHITranslation(const BasicBlock *CurBB,
443 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);
  /external/llvm/lib/IR/
Value.cpp 557 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
561 Value *Value::DoPHITranslation(const BasicBlock *CurBB,
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 800 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
801 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 505 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB);
    [all...]

Completed in 181 milliseconds