Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp708 SmallVector<Instruction *, 4> PredicatedInstructions; member in llvm::InnerLoopVectorizer
2847 PredicatedInstructions.push_back(Cloned); in scalarizeInstruction()
3704 for (Instruction *PI : PredicatedInstructions) in fixVectorizedLoop()