Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DAdvMemOpt.cpp119 SmallVector<Loop*, 8> InnermostLoops; in runOnFunction() local
124 InnermostLoops.push_back(L); in runOnFunction()
127 for (Loop* L : InnermostLoops) { in runOnFunction()