Home
last modified time | relevance | path

Searched refs:DoPHITranslation (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DValue.h507 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
509 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
511 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/llvm/lib/IR/
DValue.cpp520 Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp867 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
868 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp558 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()