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

References

include/llvm/Analysis/BlockFrequencyInfoImpl.h
 1098     Q.pop_front();
include/llvm/Support/TaskQueue.h
  118       Tasks.pop_front();
lib/Bitcode/Reader/BitcodeReader.cpp
  874     BasicBlockFwdRefQueue.pop_front();
lib/Bitcode/Reader/MetadataLoader.cpp
  410     PHs.pop_front();
lib/CodeGen/DetectDeadLanes.cpp
  508     Worklist.pop_front();
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  184         Value *V = Q.front(); Q.pop_front(); S.erase(V);
lib/Target/X86/X86WinEHState.cpp
  705     Worklist.pop_front();
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  734         Queue.pop_front();
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1072         BlockQueue.pop_front();
 1092         BlockQueue.pop_front();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 5602       PendingInstantiations.pop_front();
 5605       PendingLocalImplicitInstantiations.pop_front();
tools/clang/lib/Serialization/ASTReader.cpp
 9936       PendingDeclContextInfos.pop_front();
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 3954     PotentiallyInterestingDecls.pop_front();
tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp
   70     Queue.pop_front();
  119       Queue.pop_front();
tools/clang/tools/extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
   90     CallsToProcess.pop_front();
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  274         ReplyCallbacks.pop_front();
tools/clang/tools/extra/clangd/TUScheduler.cpp
  712       Requests.pop_front();
  745     Requests.pop_front();
tools/polly/lib/Analysis/ScopBuilder.cpp
 1224       WorkList.pop_front();
 1228       DelayList.pop_front();
tools/polly/lib/CodeGen/BlockGenerators.cpp
 1499     Blocks.pop_front();
usr/include/c++/7.4.0/bits/deque.tcc
  242 	  pop_front();
usr/include/c++/7.4.0/bits/stl_queue.h
  287 	c.pop_front();
utils/TableGen/DFAEmitter.cpp
  292     Worklist.pop_front();
utils/TableGen/DFAPacketizerEmitter.cpp
  477         V.pop_front();
  517     Worklist.pop_front();
utils/TableGen/GlobalISelEmitter.cpp
 1016     Predicates.pop_front();