Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DValue.h439 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
441 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
443 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/llvm/lib/IR/
DValue.cpp561 Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp800 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
801 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp505 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()