Searched refs:PartialIVCondBranch (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 2900 IVConditionInfo &PartialIVInfo, Instruction *&PartialIVCondBranch, in collectUnswitchCandidates() argument 2977 PartialIVCondBranch = L.getHeader()->getTerminator(); in collectUnswitchCandidates() 3220 IVConditionInfo &PartialIVInfo, Instruction *&PartialIVCondBranch, Loop &L, in collectUnswitchCandidatesWithInjections() argument 3502 Instruction *PartialIVCondBranch = nullptr; in unswitchBestCondition() local 3504 PartialIVCondBranch, L, LI, AA, MSSAU); in unswitchBestCondition() 3507 PartialIVCondBranch, L, DT, LI, AA, in unswitchBestCondition() 3537 if (Best.TI != PartialIVCondBranch) in unswitchBestCondition()
|