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 303 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
307 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
309 const Value *DoPHITranslation(const BasicBlock *CurBB,
311 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);
  /external/llvm/lib/IR/
Value.cpp 468 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
472 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 491 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB);
    [all...]

Completed in 65 milliseconds