Searched refs:DoPHITranslation (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 818 LLVM_ABI const Value *DoPHITranslation(const BasicBlock *CurBB, 820 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) { in DoPHITranslation() function 822 static_cast<const Value *>(this)->DoPHITranslation(CurBB, PredBB)); in DoPHITranslation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 762 RHS = CmpRHS->DoPHITranslation(BB, PredBB); in computeValueKnownInPredecessorsImpl() 764 LHS = CmpLHS->DoPHITranslation(BB, PredBB); in computeValueKnownInPredecessorsImpl() 1311 MemoryLocation Loc(LoadedPtr->DoPHITranslation(LoadBB, PredBB), in simplifyPartiallyRedundantLoad() 1405 LoadI->getType(), LoadedPtr->DoPHITranslation(LoadBB, UnavailablePred), in simplifyPartiallyRedundantLoad()
|
| H A D | NewGVN.cpp | 2818 Op = Op->DoPHITranslation(PHIBlock, PredBB); in makePossiblePHIOfOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 991 Elt = dyn_cast<Instruction>(Elt->DoPHITranslation(*UseBB, *PredBB)); in foldAggregateConstructionIntoAggregateReuse() 1176 Value *Elt = (*Val)->DoPHITranslation(UseBB, It.first); in foldAggregateConstructionIntoAggregateReuse() 1196 Value *Elt = (*Val)->DoPHITranslation(UseBB, Pred); in foldAggregateConstructionIntoAggregateReuse()
|
| H A D | InstCombineSelect.cpp | 2733 Inputs[Pred] = IfTrue->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl() 2735 Inputs[Pred] = IfFalse->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
|
| H A D | InstructionCombining.cpp | 1792 Ops.push_back(Op->DoPHITranslation(PN->getParent(), InBB)); in simplifyInstructionWithPHI() 1954 U = U->DoPHITranslation(PN->getParent(), OpBB); in foldOpIntoPhi()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 1095 const Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 22672 {"_ZN4llvm5Value16DoPHITranslationEPKNS_10BasicBlockES3_", "llvm::Value::DoPHITranslation(llvm::Bas…
|