Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp124 static Instruction *findInsertionPointForWideCondition(Instruction *WCOrGuard) { in findInsertionPointForWideCondition() function
305 Instruction *InsertPt = findInsertionPointForWideCondition(ToWiden); in widenGuard()
420 auto *WideningPoint = findInsertionPointForWideCondition(Candidate); in eliminateInstrViaWidening()