Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DValue.h461 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
463 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
465 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/llvm/lib/IR/
DValue.cpp611 Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp807 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
808 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp511 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()