Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp430 SmallPtrSetImpl<Instruction *> &AggressiveInsts, InstructionCost &Cost, in dominatesMergePoint() argument
461 if (AggressiveInsts.count(I)) in dominatesMergePoint()
489 (!SpeculateOneExpensiveInst || !AggressiveInsts.empty() || Depth > 0 || in dominatesMergePoint()
496 if (!dominatesMergePoint(Op, BB, InsertPt, AggressiveInsts, Cost, Budget, in dominatesMergePoint()
500 AggressiveInsts.insert(I); in dominatesMergePoint()
3708 SmallPtrSet<Instruction *, 4> AggressiveInsts; in foldTwoEntryPHINode() local
3727 AggressiveInsts, Cost, Budget, TTI, AC, in foldTwoEntryPHINode()
3730 AggressiveInsts, Cost, Budget, TTI, AC, in foldTwoEntryPHINode()
3771 if (!AggressiveInsts.count(&*I) && !I->isDebugOrPseudoInst()) { in foldTwoEntryPHINode()