Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp182 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
187 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
950 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local
953 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions()
958 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions()
970 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions()
979 Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed); in vectorizeInstructions()
981 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed); in vectorizeInstructions()
991 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument
1017 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc-disassemble-fuzzer/
H A Dllvm-mc-disassemble-fuzzer.cpp61 unsigned InstructionsProcessed = 0; in DisassembleOneInput() local
68 InstructionsProcessed ++; in DisassembleOneInput()
69 if (InsnLimit != 0 && InstructionsProcessed < InsnLimit) in DisassembleOneInput()