|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/DivergenceAnalysis.h 70 bool hasDetectedDivergence() const { return !DivergentValues.empty(); }
include/llvm/ExecutionEngine/JITLink/JITLink.h 549 bool symbols_empty() const { return Symbols.empty(); }
lib/Analysis/DivergenceAnalysis.cpp 422 if (DivergentValues.empty())
lib/Analysis/LazyValueInfo.cpp 1556 assert(BlockValueStack.empty() && BlockValueSet.empty());
lib/Analysis/LegacyDivergenceAnalysis.cpp 369 if ((!gpuDA || !gpuDA->hasDivergence()) && DivergentValues.empty())
373 if (!DivergentValues.empty()) {
lib/Analysis/MemorySSA.cpp 766 assert(Paths.empty() && VisitedPhis.empty() &&
lib/Bitcode/Reader/MetadataLoader.cpp 165 assert(ForwardReference.empty() && "Unexpected forward refs");
166 assert(UnresolvedNodes.empty() && "Unexpected unresolved node");
183 bool hasFwdRefs() const { return !ForwardReference.empty(); }
261 if (!ForwardReference.empty())
287 if (UnresolvedNodes.empty())
1027 if (Temporaries.empty() && !MetadataList.hasFwdRefs())
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 625 if (ForwardedRegWorklist.empty())
lib/CodeGen/SplitKit.cpp 1114 if (SpillMode == SM_Speed && !NotToHoistSet.empty())
lib/ExecutionEngine/Orc/Core.cpp 267 assert(!this->Symbols.empty() && "Can not fail to resolve an empty set");
280 assert(!this->Symbols.empty() && "Can not fail to resolve an empty set");
348 if (QRI->second.empty())
598 assert(!QuerySymbols.empty() && "Alias cycle detected!");
728 if (!Added.empty())
907 if (DepsOnOtherJITDylib.empty())
961 if (!SymbolsInErrorState.empty())
987 assert((SymbolsInErrorState.empty() || CompletedQueries.empty()) &&
991 if (!SymbolsInErrorState.empty()) {
1027 if (!SymbolsInErrorState.empty())
1069 if (DependantMI.UnemittedDependencies[this].empty())
1120 assert((SymbolsInErrorState.empty() || CompletedQueries.empty()) &&
1124 if (!SymbolsInErrorState.empty()) {
1196 if (UnemittedDepI->second.empty())
1224 if (UnemittedDepMII->second.Dependants[&JD].empty())
1324 if (!Missing.empty())
1328 if (!Materializing.empty())
1360 if (Unresolved->empty())
1368 if (!NewDefs->empty()) {
1373 assert(Unresolved2->empty() &&
1412 if (Unresolved.empty())
1424 if (!NewDefs->empty()) {
1433 assert(NewDefs->empty() &&
1534 if (Unresolved.empty())
1541 if (!NewDefs->empty()) {
1545 assert(NewDefs->empty() &&
1758 if (!Duplicates.empty())
1905 if (UnresolvedSymbols.empty())
1971 if (!Unresolved.empty())
lib/ExecutionEngine/Orc/Legacy.cpp 43 if (Unresolved.empty()) {
lib/ExecutionEngine/Orc/NullResolver.cpp 23 assert(Symbols.empty() && "Null resolver: Symbols must be empty");
lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp 262 if (!SymAnonDeps.empty())
304 if (DepsForJD.empty())
lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp 121 assert(!Calles.empty() && "Running Analysis on Function with no calls?");
lib/LTO/ThinLTOCodeGenerator.cpp 424 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
817 if (ExportList.empty() && GUIDPreservedSymbols.empty())
lib/Target/PowerPC/PPCPreEmitPeephole.cpp 162 return !InstrsToErase.empty();
lib/Target/X86/X86DomainReassignment.cpp 333 bool empty() const { return Edges.empty(); }
lib/Transforms/IPO/Attributor.cpp 2144 if (AssumedLiveBlocks.empty()) {
lib/Transforms/IPO/FunctionImport.cpp 740 if (GUIDPreservedSymbols.empty())
lib/Transforms/Instrumentation/ControlHeightReduction.cpp 1086 if (!PrevConditionValues.empty() && !ConditionValues.empty()) {
1086 if (!PrevConditionValues.empty() && !ConditionValues.empty()) {
1279 assert(Scope->TrueBiasedRegions.empty() && Scope->FalseBiasedRegions.empty() && "Empty");
1279 assert(Scope->TrueBiasedRegions.empty() && Scope->FalseBiasedRegions.empty() && "Empty");
lib/Transforms/Vectorize/SLPVectorizer.cpp 3514 if (!ShuffledIndices.empty())
tools/clang/include/clang/Basic/Module.h 553 if (VisibleModulesCache.empty())
tools/clang/include/clang/StaticAnalyzer/Core/Checker.h 381 if (RegularEscape.empty())
421 if (ConstEscape.empty())
tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp 105 if (info.Refs.empty())
tools/clang/lib/AST/ASTStructuralEquivalence.cpp 1716 assert(VisitedDecls.empty());
1726 assert(VisitedDecls.empty());
tools/clang/lib/Basic/Module.cpp 403 assert(VisibleModulesCache.empty() && "cache does not need building");
tools/clang/lib/CodeGen/CGObjCMac.cpp 6141 if (VTableDispatchMethods.empty()) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 871 return FirstprivateIsLastprivate && !EmittedAsFirstprivate.empty();
tools/clang/lib/Sema/SemaLookup.cpp 1771 if (LookupModules.empty())
tools/clang/lib/Serialization/ASTReaderInternals.h 63 if (Found.empty() && !Data.empty()) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp 2442 assert(Writer->ParentStmts.empty() && "unexpected entries in parent stmt map");
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp 2720 if (!Invalidated || Invalidated->empty())
2745 if (!SymbolsDirectlyInvalidated.empty())
2750 if (!SymbolsIndirectlyInvalidated.empty())
tools/clang/tools/extra/clangd/XRefs.cpp 971 if (Req.IDs.empty())
tools/lld/COFF/Writer.cpp 1481 handlers.empty() || !symtab->findUnderscore("_load_config_used");
1666 if (tableSymbols.empty())
tools/llvm-diff/DifferenceEngine.cpp 534 assert(TentativeValues.empty());
tools/llvm-objcopy/COFF/Object.cpp 120 } while (!AssociatedSections.empty());
unittests/ExecutionEngine/JITLink/JITLinkTestCommon.cpp 161 if (MissingSymbols.empty())
utils/TableGen/CodeGenDAGPatterns.cpp 3153 if (!OperandsSet.empty())