Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3580 auto addToWorklistIfAllowed = [&](Instruction *I) -> void { in collectLoopUniforms() local
3604 addToWorklistIfAllowed(Cmp); in collectLoopUniforms()
3670 addToWorklistIfAllowed(&I); in collectLoopUniforms()
3682 addToWorklistIfAllowed(EVI); in collectLoopUniforms()
3692 addToWorklistIfAllowed(&I); in collectLoopUniforms()
3710 addToWorklistIfAllowed(I); in collectLoopUniforms()
3736 addToWorklistIfAllowed(OI); in collectLoopUniforms()
3773 addToWorklistIfAllowed(Ind); in collectLoopUniforms()
3774 addToWorklistIfAllowed(IndUpdate); in collectLoopUniforms()