Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2878 IVConditionInfo &PartialIVInfo, Instruction *&PartialIVCondBranch, in collectUnswitchCandidates() argument
2955 PartialIVCondBranch = L.getHeader()->getTerminator(); in collectUnswitchCandidates()
3198 IVConditionInfo &PartialIVInfo, Instruction *&PartialIVCondBranch, Loop &L, in collectUnswitchCandidatesWithInjections() argument
3480 Instruction *PartialIVCondBranch = nullptr; in unswitchBestCondition() local
3482 PartialIVCondBranch, L, LI, AA, MSSAU); in unswitchBestCondition()
3485 PartialIVCondBranch, L, DT, LI, AA, in unswitchBestCondition()
3515 if (Best.TI != PartialIVCondBranch) in unswitchBestCondition()