Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6526 SmallPtrSet<Value *, 8> LoopInvariants; in calculateRegisterUsage() local
6542 LoopInvariants.insert(Instr); in calculateRegisterUsage()
6644 for (auto Inst : LoopInvariants) { in calculateRegisterUsage()