Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h818 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 DJumpThreading.cpp762 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 DNewGVN.cpp2818 Op = Op->DoPHITranslation(PHIBlock, PredBB); in makePossiblePHIOfOps()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp991 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 DInstCombineSelect.cpp2733 Inputs[Pred] = IfTrue->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
2735 Inputs[Pred] = IfFalse->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
H A DInstructionCombining.cpp1792 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 DValue.cpp1095 const Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22672 {"_ZN4llvm5Value16DoPHITranslationEPKNS_10BasicBlockES3_", "llvm::Value::DoPHITranslation(llvm::Bas…