Searched refs:InstructionsProcessed (Results 1 – 2 of 2) sorted by relevance
181 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);186 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);959 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local962 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() argument1026 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()