reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/GenericDomTreeConstruction.h
  778     while (!II.Bucket.empty()) {
include/llvm/Support/GenericIteratedDominanceFrontier.h
  156   while (!PQ.empty()) {
lib/CodeGen/LiveDebugValues.cpp
 1360   while (!Worklist.empty() || !Pending.empty()) {
 1360   while (!Worklist.empty() || !Pending.empty()) {
 1366     while (!Worklist.empty()) {
 1401     assert(Pending.empty() && "Pending should be empty");
lib/CodeGen/MachinePipeliner.cpp
 1036   while (!FuncUnitOrder.empty()) {
lib/CodeGen/MachineScheduler.cpp
 3626         if (TopQ.empty()) return nullptr;
 3633         if (BottomQ.empty()) return nullptr;
lib/CodeGen/RegAllocBasic.cpp
   96     if (Queue.empty())
lib/CodeGen/RegAllocGreedy.cpp
  750   if (CurQueue.empty())
 2742   while (!RecoloringQueue.empty()) {
lib/CodeGen/RegAllocPBQP.cpp
  340     while (!Inactive.empty()) {
lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
  306     while (!Preferred.empty()) {
  333       if (Ready.empty()) {
tools/clang/lib/Analysis/LiveVariables.cpp
   65   if (worklist.empty())
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  958     while (!Queue.empty()) {
  984     if (Queue.empty()) {
tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp
  227     return !queue.empty();
  289     return !queue.empty();
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  747     if (List.empty())
tools/llvm-profdata/llvm-profdata.cpp
  970     while (!HottestFuncs.empty()) {