Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp181 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
186 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
959 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local
962 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions()
967 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions()
979 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions()
988 Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed); in vectorizeInstructions()
990 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed); in vectorizeInstructions()
1000 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument
1026 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()
[all …]
/openbsd-src/gnu/llvm/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()