Home
last modified time | relevance | path

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

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