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.cpp3198 auto AddToWorklistIfAllowed = [&](Instruction *I) -> void { in collectLoopUniforms() local
3225 AddToWorklistIfAllowed(Cmp); in collectLoopUniforms()
3291 AddToWorklistIfAllowed(&I); in collectLoopUniforms()
3300 AddToWorklistIfAllowed(EVI); in collectLoopUniforms()
3315 AddToWorklistIfAllowed(&I); in collectLoopUniforms()
3333 AddToWorklistIfAllowed(I); in collectLoopUniforms()
3359 AddToWorklistIfAllowed(OI); in collectLoopUniforms()
3395 AddToWorklistIfAllowed(Ind); in collectLoopUniforms()
3396 AddToWorklistIfAllowed(IndUpdate); in collectLoopUniforms()