Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DValue.h295 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
297 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
299 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/llvm/lib/IR/
DValue.cpp467 Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp699 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
700 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp489 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()