Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h795 const Value *DoPHITranslation(const BasicBlock *CurBB,
797 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) {
799 static_cast<const Value *>(this)->DoPHITranslation(CurBB, PredBB));
785 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) { DoPHITranslation() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp765 RHS = CmpRHS->DoPHITranslation(BB, PredBB); in computeValueKnownInPredecessorsImpl()
767 LHS = CmpLHS->DoPHITranslation(BB, PredBB); in computeValueKnownInPredecessorsImpl()
1314 MemoryLocation Loc(LoadedPtr->DoPHITranslation(LoadBB, PredBB), in simplifyPartiallyRedundantLoad()
1410 LoadI->getType(), LoadedPtr->DoPHITranslation(LoadBB, UnavailablePred), in simplifyPartiallyRedundantLoad()
H A DNewGVN.cpp2780 Op = Op->DoPHITranslation(PHIBlock, PredBB); in makePossiblePHIOfOps()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1067 const Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2679 Inputs[Pred] = IfTrue->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
2681 Inputs[Pred] = IfFalse->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
H A DInstructionCombining.cpp1741 Ops.push_back(Op->DoPHITranslation(PN->getParent(), InBB)); in simplifyInstructionWithPHI()
1851 U = U->DoPHITranslation(PN->getParent(), NonSimplifiedBB); in foldOpIntoPhi()
H A DInstCombineVectorOps.cpp976 Elt = dyn_cast<Instruction>(Elt->DoPHITranslation(*UseBB, *PredBB)); in foldAggregateConstructionIntoAggregateReuse()