Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h292 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
294 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
296 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/llvm/include/llvm/IR/
DValue.h527 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
529 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
531 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValue.cpp403 Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/llvm/lib/IR/
DValue.cpp638 Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp669 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
670 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp863 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
864 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp475 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp555 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()