Lines Matching defs:SurroundingLoop
1181 Loop *SurroundingLoop,
1184 SurroundingLoop(SurroundingLoop), Instructions(EntryBlockInstructions) {}
1187 Loop *SurroundingLoop,
1190 BaseName(Name), SurroundingLoop(SurroundingLoop),
2302 void Scop::addScopStmt(BasicBlock *BB, StringRef Name, Loop *SurroundingLoop,
2305 Stmts.emplace_back(*this, *BB, Name, SurroundingLoop, Instructions);
2315 void Scop::addScopStmt(Region *R, StringRef Name, Loop *SurroundingLoop,
2318 Stmts.emplace_back(*this, *R, Name, SurroundingLoop, Instructions);