Home
last modified time | relevance | path

Searched refs:InstructionsProcessed (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp982 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local
985 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() argument
1061 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() argument
1214 InstructionsProcessed->insert(NewChain.front()); in vectorizeLoadChain()
[all …]