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

References

include/llvm/ADT/EquivalenceClasses.h
  149   bool empty() const { return TheMapping.empty(); }
include/llvm/ADT/SmallSet.h
  156     return Vector.empty() && Set.empty();
  236   bool isSmall() const { return Set.empty(); }
include/llvm/Analysis/DominanceFrontierImpl.h
   89   if (!tmpSet.empty()) {
include/llvm/CodeGen/RegAllocPBQP.h
  433       if (!OptimallyReducibleNodes.empty()) {
  449       } else if (!ConservativelyAllocatableNodes.empty()) {
  461       } else if (!NotProvablyAllocatableNodes.empty()) {
include/llvm/ExecutionEngine/Orc/RPCSerialization.h
  630     assert(S.empty() && "Expected default-constructed set to deserialize into");
lib/Bitcode/Writer/BitcodeWriter.cpp
 4134   if (!Index.cfiFunctionDefs().empty()) {
 4148   if (!Index.cfiFunctionDecls().empty()) {
lib/CodeGen/InterleavedLoadCombinePass.cpp
 1102   assert(!LIs.empty() && "No load instructions given.");
 1189   assert(!LIs.empty() && "There are no LoadInst to combine");
lib/CodeGen/LiveInterval.cpp
  121     if (segments().empty())
  137     if (segments().empty())
lib/CodeGen/RegAllocPBQP.cpp
  824   if (!VRegsToAlloc.empty()) {
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
  213   assert(!Partition.empty() && "Unexpected empty partition");
  269   if (GVsToExtract->empty()) {
lib/ExecutionEngine/Orc/Core.cpp
  987   assert((SymbolsInErrorState.empty() || CompletedQueries.empty()) &&
 1120   assert((SymbolsInErrorState.empty() || CompletedQueries.empty()) &&
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
 1153       if (NewSymbols.empty())
 1233   if (!Symbols.empty()) {
lib/Support/DAGDeltaAlgorithm.cpp
  321   while (!CurrentSet.empty()) {
lib/Support/DeltaAlgorithm.cpp
   37   if (!LHS.empty())
   39   if (!RHS.empty())
lib/Target/AMDGPU/SIMachineScheduler.cpp
  835     if (SUColors.empty())
  877     if (SUColors.empty())
lib/Target/Hexagon/HexagonCommonGEP.cpp
  569       if (!C.empty()) {
lib/Target/Hexagon/HexagonHardwareLoops.cpp
 1654   if (IndRegs.empty())
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
 1872   while (!All.empty()) {
lib/Target/Hexagon/HexagonSplitDouble.cpp
  589     if (!Rs.empty())
lib/Target/Hexagon/RDFGraph.cpp
  920   if (!EHRegs.empty()) {
 1391   if (DFLoc == MDF.end() || DFLoc->second.empty())
 1428   if (HasDF == PhiM.end() || HasDF->second.empty())
lib/Target/Hexagon/RDFLiveness.cpp
  537       UI = UI->second.empty() ? RealUses.erase(UI) : std::next(UI);
 1117     I = I->second.empty() ? M.erase(I) : std::next(I);
lib/Target/SystemZ/SystemZMachineScheduler.cpp
  162   if (Available.empty())
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  266   bool areAllExceptionsAllowed() const { return EHWhitelistSet.empty(); }
lib/Transforms/IPO/ArgumentPromotion.cpp
  615       assert(SafeToUnconditionallyLoad.empty());
lib/Transforms/IPO/StripSymbols.cpp
  371     if (!LiveCUs.empty()) {
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1112     if (Intersection.empty()) {
lib/Transforms/Vectorize/SLPVectorizer.cpp
 4896   while (!ReadyInsts.empty()) {
tools/clang/include/clang/Tooling/Core/Replacement.h
  276   bool empty() const { return Replaces.empty(); }
tools/clang/lib/AST/VTableBuilder.cpp
 3494     if (NewOverrides.empty())
 3498     if (MissingOverrides.empty()) {
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  617     if (!RetKinds.empty() && MaxSpecificity > 0) {
  641           if (!MatcherKinds.empty()) {
tools/clang/lib/Format/Format.cpp
 2311   if (HeaderInsertions.empty() && HeadersToDelete.empty())
tools/clang/lib/Frontend/FrontendAction.cpp
  852       if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) {
tools/clang/lib/Tooling/Core/Replacement.cpp
  247   if (!Replaces.empty() && R.getFilePath() != Replaces.begin()->getFilePath())
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
 1737       if (!DefaultSeverities.empty() && !DefaultSeverities.count("Ignored")) {
tools/lldb/source/Breakpoint/BreakpointIDList.cpp
  299   if (target && !names_found.empty()) {
  313     if (!names_found.empty()) {
tools/lldb/source/Interpreter/Options.cpp
  457       if (!options.empty()) {
  483       if (!options.empty()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  514         if (!invalid_forms.empty()) {
tools/lldb/source/Symbol/ClangASTImporter.cpp
  287     while (!m_decls_to_complete.empty()) {
tools/lldb/source/Target/Process.cpp
 5899   for (uint32_t plugin_index = 0; !const_type_names.empty(); plugin_index++) {
tools/lldb/source/Target/TargetList.cpp
  247                 if (!platform_set.empty())
tools/llvm-cfi-verify/lib/GraphBuilder.cpp
  325   if (CFCrossRefs.empty()) {
tools/llvm-objcopy/ELF/Object.h
  456     if (!Sections.empty())
tools/llvm-opt-report/OptReport.cpp
  311         if (LII != FileInfo.end() && !FuncNameSet.empty()) {
tools/llvm-reduce/deltas/Delta.cpp
  156   } while (!UninterestingChunks.empty() || increaseGranularity(Chunks));
tools/sancov/sancov.cpp
  740   if (SanCovAddrs.empty())
 1110       if (findSanitizerCovFunctions(Pair.first).empty()) {
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
  419   EXPECT_TRUE(XRefs.empty());
  440   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  444   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  453   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  463   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  467   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  471   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  486   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  490   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  494   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
utils/TableGen/AsmMatcherEmitter.cpp
  248       return !Tmp.empty();
 1245       if (ContainingSet.empty()) {
 1258     if (!ContainingSet.empty()) {
 2664   if (Types.empty()) return;
utils/TableGen/CodeEmitterGen.cpp
  117               (!NamedOpIndices.empty() && NamedOpIndices.count(
  441   if (HwModes.empty()) {
  448   if (!HwModes.empty()) {
utils/TableGen/CodeGenRegisters.cpp
 1937       if (Intersection.empty())
utils/TableGen/FixedLenDecoderEmitter.cpp
 1918               (!NamedOpIndices.empty() && NamedOpIndices.count(
 2408   if (HwModeNames.empty())
utils/unittest/googlemock/include/gmock/gmock-more-matchers.h
   51   if (arg.empty()) {
utils/unittest/googlemock/src/gmock-spec-builders.cc
  754       if (mockers.empty()) {