Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4644 auto addToWorklistIfAllowed = [&](Instruction *I) -> void { in collectLoopUniforms() local
4664 addToWorklistIfAllowed(Cmp); in collectLoopUniforms()
4718 addToWorklistIfAllowed(&I); in collectLoopUniforms()
4730 addToWorklistIfAllowed(EVI); in collectLoopUniforms()
4740 addToWorklistIfAllowed(&I); in collectLoopUniforms()
4760 addToWorklistIfAllowed(I); in collectLoopUniforms()
4786 addToWorklistIfAllowed(OI); in collectLoopUniforms()
4822 addToWorklistIfAllowed(Ind); in collectLoopUniforms()
4823 addToWorklistIfAllowed(IndUpdate); in collectLoopUniforms()