Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp885 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local
888 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() argument
963 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() argument
1113 InstructionsProcessed->insert(NewChain.front()); in vectorizeLoadChain()
[all …]