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

References

include/llvm/CodeGen/DbgEntityHistoryCalculator.h
   91   bool empty() const { return VarEntries.empty(); }
  115   bool empty() const { return LabelInstr.empty(); }
lib/Analysis/VectorUtils.cpp
  892   if (AccessStrideInfo.empty())
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 2663   if (CUMap.empty())
 2692   if (CUMap.empty())
 2750   if (CUMap.empty())
lib/CodeGen/CodeGenPrepare.cpp
  486     if (!LargeOffsetGEPMap.empty())
lib/CodeGen/StackMaps.cpp
  551   assert((!CSInfos.empty() || ConstPool.empty()) &&
  553   assert((!CSInfos.empty() || FnInfos.empty()) &&
lib/LTO/LTO.cpp
 1262   if (ThinLTO.ModuleMap.empty())
lib/Target/AArch64/AArch64StackTagging.cpp
  564   if (Allocas.empty())
lib/Target/PowerPC/PPCAsmPrinter.cpp
   95     if (!TOC.empty())
 1439   if (!TOC.empty()) {
lib/Target/SystemZ/SystemZTDC.cpp
  325   if (ConvertedInsts.empty())
lib/Transforms/Instrumentation/CGProfile.cpp
   82   if (Counts.empty())
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1454   if (PersonalityFns.empty())
lib/Transforms/Scalar/GVN.cpp
 2158     if (!ReplaceOperandsWithMap.empty())
lib/Transforms/Scalar/SCCP.cpp
  841   if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
  851   if (!TrackedMultipleRetVals.empty()) {
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  803     if (Inductions.empty()) {
lib/Transforms/Vectorize/SLPVectorizer.cpp
 5307     if (!Stores.empty()) {
 5319     if (!GEPs.empty()) {
tools/clang/lib/AST/CXXInheritance.cpp
  615       if (Overriders.empty() && !Base.isVirtual()) {
tools/clang/lib/Sema/Sema.cpp
  711   if (S.UndefinedButUsed.empty()) return;
tools/clang/lib/Sema/SemaCoroutine.cpp
 1529   assert(ScopeInfo->CoroutineParameterMoves.empty() &&
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7405   if (!WeakUndeclaredIdentifiers.empty()) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4977   if (ReferencedSelectors.empty() ||
tools/clang/lib/Sema/SemaOpenMP.cpp
 6864   if (!Captures.empty()) {
tools/clang/lib/Serialization/ASTReader.cpp
 9854   while (!PendingIdentifierInfos.empty() || !PendingFunctionTypes.empty() ||
 9856          !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() ||
 9864     while (!PendingIdentifierInfos.empty()) {
12152     while (!PendingExceptionSpecUpdates.empty() ||
12153            !PendingDeducedTypeUpdates.empty()) {
tools/clang/lib/Serialization/ASTWriter.cpp
 3448   if (SemaRef.MethodPool.empty() && SelectorIDs.empty())
 3547   if (SemaRef.ReferencedSelectors.empty())
 4458   if (LPTMap.empty())
 5094   } while (!DeclUpdates.empty());
 5253   if (DeclUpdates.empty())
tools/lld/ELF/LinkerScript.cpp
  780   if (memoryRegions.empty())
tools/lld/ELF/SyntheticSections.cpp
  716   if (!tls.empty() || !dynTlsSymbols.empty())
  716   if (!tls.empty() || !dynTlsSymbols.empty())
  772   if (!primGot.global.empty())
  774   if (!primGot.relocs.empty())
tools/lld/ELF/Writer.cpp
 1202   if (!config->callGraphProfile.empty())
tools/llvm-dwp/llvm-dwp.cpp
  295   if (IndexEntries.empty())
tools/polly/include/polly/ScopInfo.h
 2851   bool empty() const { return RegionToScopMap.empty(); }
unittests/ADT/MapVectorTest.cpp
   26   EXPECT_FALSE(MV1.empty());
   27   EXPECT_TRUE(MV2.empty());
   29   EXPECT_TRUE(MV1.empty());
   30   EXPECT_FALSE(MV2.empty());