Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2883 auto AddUnswitchCandidatesForInst = [&](Instruction *I, Value *Cond) { in collectUnswitchCandidates() local
2918 AddUnswitchCandidatesForInst(SI, Cond); in collectUnswitchCandidates()
2942 AddUnswitchCandidatesForInst(BI, BI->getCondition()); in collectUnswitchCandidates()