Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp432 SmallPtrSetImpl<Instruction *> &ZeroCostInstructions, unsigned Depth = 0) { in dominatesMergePoint() argument
477 ZeroCostInstructions.insert(OverflowInst); in dominatesMergePoint()
479 } else if (!ZeroCostInstructions.contains(I)) in dominatesMergePoint()
497 TTI, AC, ZeroCostInstructions, Depth + 1)) in dominatesMergePoint()
3709 SmallPtrSet<Instruction *, 2> ZeroCostInstructions; in foldTwoEntryPHINode() local
3728 ZeroCostInstructions) || in foldTwoEntryPHINode()
3731 ZeroCostInstructions)) in foldTwoEntryPHINode()