Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2900 IVConditionInfo &PartialIVInfo, Instruction *&PartialIVCondBranch, in collectUnswitchCandidates()
2977 PartialIVCondBranch = L.getHeader()->getTerminator(); in collectUnswitchCandidates()
3220 IVConditionInfo &PartialIVInfo, Instruction *&PartialIVCondBranch, Loop &L, in collectUnswitchCandidatesWithInjections()
3502 Instruction *PartialIVCondBranch = nullptr; in unswitchBestCondition()
3504 PartialIVCondBranch, L, LI, AA, MSSAU); in unswitchBestCondition()
3507 PartialIVCondBranch, L, DT, LI, AA, in unswitchBestCondition()
3537 if (Best.TI != PartialIVCondBranch) in unswitchBestCondition()
2899 collectUnswitchCandidates(SmallVectorImpl<NonTrivialUnswitchCandidate> & UnswitchCandidates,IVConditionInfo & PartialIVInfo,Instruction * & PartialIVCondBranch,const Loop & L,const LoopInfo & LI,AAResults & AA,const MemorySSAUpdater * MSSAU) collectUnswitchCandidates() argument
3219 collectUnswitchCandidatesWithInjections(SmallVectorImpl<NonTrivialUnswitchCandidate> & UnswitchCandidates,IVConditionInfo & PartialIVInfo,Instruction * & PartialIVCondBranch,Loop & L,const DominatorTree & DT,const LoopInfo & LI,AAResults & AA,const MemorySSAUpdater * MSSAU) collectUnswitchCandidatesWithInjections() argument
3501 Instruction *PartialIVCondBranch = nullptr; unswitchBestCondition() local