reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2094 Loop *L = LI.getLoopFor(BB); 2101 for (Instruction &Inst : *BB) { 2128 for (Instruction &Inst : *BB) { 2142 for (Instruction &Inst : *BB) { 2162 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); 2163 scop->addScopStmt(BB, Name, L, std::move(InstList)); 2173 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); 2174 scop->addScopStmt(BB, EpilogueName, L, {});