HomeSort by: relevance | last modified time | path
    Searched defs:PredicatedInstructions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 842 SmallVector<Instruction *, 4> PredicatedInstructions;
3058 PredicatedInstructions.push_back(Cloned);
4087 for (Instruction *PI : PredicatedInstructions)
LoopVectorize.cpp 842 SmallVector<Instruction *, 4> PredicatedInstructions;
3058 PredicatedInstructions.push_back(Cloned);
4087 for (Instruction *PI : PredicatedInstructions)

Completed in 109 milliseconds