Searched refs:InstructionsProcessed (Results 1 – 1 of 1) sorted by relevance
982 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local985 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions()990 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions()1002 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions()1023 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument1061 InstructionsProcessed->insert(NewChain.front()); in vectorizeStoreChain()1089 InstructionsProcessed) | in vectorizeStoreChain()1101 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()1176 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeLoadChain() argument1214 InstructionsProcessed->insert(NewChain.front()); in vectorizeLoadChain()[all …]