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 291 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
295 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
297 const Value *DoPHITranslation(const BasicBlock *CurBB,
299 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);
  /external/llvm/lib/IR/
Value.cpp 463 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
467 Value *Value::DoPHITranslation(const BasicBlock *CurBB,
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 699 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
700 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 489 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB);
    [all...]

Completed in 217 milliseconds