Searched refs:InstructionsProcessed (Results 1 – 2 of 2) sorted by relevance
182 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);187 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);950 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local953 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() argument1017 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()[all …]
61 unsigned InstructionsProcessed = 0; in DisassembleOneInput() local68 InstructionsProcessed ++; in DisassembleOneInput()69 if (InsnLimit != 0 && InstructionsProcessed < InsnLimit) in DisassembleOneInput()