Searched refs:InstructionsProcessed (Results 1 – 1 of 1) sorted by relevance
197 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);202 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);900 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local903 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions()908 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions()920 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions()929 Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed); in vectorizeInstructions()931 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed); in vectorizeInstructions()941 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument967 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()[all …]