Searched refs:InstructionsProcessed (Results 1 – 1 of 1) sorted by relevance
885 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local888 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions()893 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions()905 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions()926 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument963 InstructionsProcessed->insert(NewChain.front()); in vectorizeStoreChain()991 InstructionsProcessed) | in vectorizeStoreChain()1003 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()1076 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeLoadChain() argument1113 InstructionsProcessed->insert(NewChain.front()); in vectorizeLoadChain()[all …]