reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
566 Active.emplace_back( 568 Active.empty() ? nullptr : Active.back().get())); 568 Active.empty() ? nullptr : Active.back().get())); 759 assert(!Active.empty() && "No active loops to pop"); 760 Active.back()->finish(); 761 Active.pop_back(); 767 for (const auto &AL : Active) {tools/clang/lib/CodeGen/CGLoopInfo.h
275 bool hasInfo() const { return !Active.empty(); } 278 const LoopInfo &getInfo() const { return *Active.back(); }