|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/DenseMap.h 663 if (I == RHS.end() || I->second != KV.second)
include/llvm/ADT/DenseSet.h 127 bool operator==(const ConstIterator& X) const { return I == X.I; }
152 bool operator==(const ConstIterator& X) const { return I == X.I; }
include/llvm/ADT/MapVector.h 114 return Pos == Map.end()? ValueT() : Vector[Pos->second].second;
144 return Pos == Map.end()? 0 : 1;
149 return Pos == Map.end()? Vector.end() :
155 return Pos == Map.end()? Vector.end() :
include/llvm/ADT/PriorityWorklist.h 165 if (I == M.end())
include/llvm/ADT/SCCIterator.h 162 if (Visited == nodeVisitNumbers.end()) {
include/llvm/ADT/iterator.h 263 bool operator==(const DerivedT &RHS) const { return I == RHS.I; }
include/llvm/Analysis/AssumptionCache.h 143 if (AVI == AffectedValues.end())
include/llvm/Analysis/BlockFrequencyInfoImpl.h 673 if (L == Lookup.end())
include/llvm/Analysis/LazyCallGraph.h 271 if (EI == EdgeIndexMap.end())
include/llvm/Analysis/MemorySSA.h 805 return It == PerBlockAccesses.end() ? nullptr : It->second.get();
811 return It == PerBlockDefs.end() ? nullptr : It->second.get();
include/llvm/Analysis/RegionInfoImpl.h 626 if (e == ShortCut->end())
643 if (e == ShortCut->end())
include/llvm/Analysis/VectorUtils.h 450 if (Member == Members.end())
721 return Dependences.find(Src) == Dependences.end() ||
include/llvm/CodeGen/FunctionLoweringInfo.h 261 if (It == ValueMap.end())
include/llvm/CodeGen/GlobalISel/GISelWorkList.h 88 if (It == WorklistMap.end())
include/llvm/CodeGen/GlobalISel/IRTranslator.h 117 assert(ValToVRegs.find(&V) == ValToVRegs.end() && "Value already exists");
127 assert(TypeToOffsets.find(V.getType()) == TypeToOffsets.end() &&
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h 209 if (TyI == ISelInfo.TypeIDMap.end()) {
include/llvm/CodeGen/ModuloSchedule.h 135 return I == Stage.end() ? -1 : I->second;
141 return I == Cycle.end() ? -1 : I->second;
include/llvm/CodeGen/RegAllocPBQP.h 152 if (VRegItr == VRegToNodeId.end())
include/llvm/CodeGen/ScheduleDAGInstrs.h 397 if (I == MISUnitMap.end())
include/llvm/CodeGen/SelectionDAG.h 1709 if (It == SDCallSiteDbgInfo.end())
include/llvm/CodeGen/SlotIndexes.h 541 assert(mi2iMap.find(&MI) == mi2iMap.end() && "Instr already indexed.");
593 if (mi2iItr == mi2iMap.end())
include/llvm/ExecutionEngine/Orc/Speculation.h 85 if (It == GlobalSpecMap.end())
include/llvm/IR/CFGDiff.h 122 if (It == DeleteChildren.end())
133 if (It == InsertChildren.end())
include/llvm/IR/PassManager.h 752 if (ResultsListI == AnalysisResultLists.end())
980 return RI == AnalysisResults.end() ? nullptr : &*RI->second->second;
987 if (RI == AnalysisResults.end())
include/llvm/IR/ValueMap.h 127 if (Where == MDMap->end())
153 return Map.find_as(Val) == Map.end() ? 0 : 1;
193 if (I == Map.end())
363 return I == RHS.I;
415 return I == RHS.I;
include/llvm/ProfileData/SampleProf.h 537 if (iter == GUIDToFuncNameMap->end())
include/llvm/Support/GenericDomTree.h 309 if (OI == OtherDomTreeNodes.end())
include/llvm/Support/GenericDomTreeConstruction.h 139 if (FCIt == FutureChildren.end()) return Res;
171 if (InfoIt == NodeToInfo.end()) return nullptr;
include/llvm/Transforms/InstCombine/InstCombineWorklist.h 71 if (It == WorklistMap.end()) return; // Not in worklist.
include/llvm/XRay/Graph.h 214 if (It == NL.end())
221 if (It == NL.end())
230 if (It == NL.end())
236 if (It == NL.end())
245 if (I == NL.end())
400 if (It == Vertices.end())
409 if (It == Vertices.end())
419 if (It == Edges.end())
428 if (It == Edges.end())
lib/Analysis/AliasSetTracker.cpp 561 if (I == PointerMap.end()) return; // Noop
589 if (I == PointerMap.end())
lib/Analysis/AssumptionCache.cpp 149 if (AVI == AffectedValues.end())
lib/Analysis/BlockFrequencyInfoImpl.cpp 656 if (L == Lookup.end())
lib/Analysis/BranchProbabilityInfo.cpp 436 if (SccIt == SccI.SccNums.end())
lib/Analysis/CFLAndersAliasAnalysis.cpp 186 if (Itr == ReachMap.end())
218 if (Itr == MemMap.end())
830 if (Iter == Cache.end()) {
lib/Analysis/CFLGraph.h 104 if (Itr == ValueImpls.end() || Itr->second.getNumLevels() <= N.DerefLevel)
138 if (Itr == ValueImpls.end() || Itr->second.getNumLevels() <= N.DerefLevel)
lib/Analysis/CFLSteensAliasAnalysis.cpp 248 if (Iter == Cache.end()) {
lib/Analysis/ConstantFolding.cpp 1089 if (It == FoldedOps.end()) {
lib/Analysis/DemandedBits.cpp 434 return !Visited.count(I) && AliveBits.find(I) == AliveBits.end() &&
lib/Analysis/InlineCost.cpp 339 if (ArgIt == SROAArgValues.end())
lib/Analysis/InstructionPrecedenceTracking.cpp 45 if (FirstSpecialInsts.find(BB) == FirstSpecialInsts.end()) {
80 if (It == FirstSpecialInsts.end())
lib/Analysis/LazyCallGraph.cpp 54 if (IndexMapI == EdgeIndexMap.end())
1455 assert(G->NodeMap.find(&NewF) == G->NodeMap.end() &&
1504 if (NI == NodeMap.end())
lib/Analysis/LazyValueInfo.cpp 190 if (It == ValueCache.end()) {
202 if (ODI == OverDefinedCache.end())
213 if (I == ValueCache.end())
224 if (I == ValueCache.end())
227 if (BBI == I->second->BlockVals.end())
306 if (I == OverDefinedCache.end())
323 if (OI == OverDefinedCache.end())
lib/Analysis/LoopUnrollAnalyzer.cpp 98 if (AddressIt == SimplifiedAddresses.end())
lib/Analysis/MemDepPrinter.cpp 138 if (DI == Deps.end())
lib/Analysis/MemoryDependenceAnalysis.cpp 1182 if (VI == Visited.end() || VI->second == Pointer.getAddr())
1504 if (It == NonLocalPointerDeps.end())
lib/Analysis/MemorySSA.cpp 1092 if (It == PerBlockAccesses.end() || !isa<MemoryPhi>(It->second->front()))
1200 if (It == PerBlockAccesses.end() || !isa<MemoryPhi>(It->second->front()))
1208 if (It == PerBlockAccesses.end())
lib/Analysis/OrderedBasicBlock.cpp 104 if (OI == NumberedInsts.end())
lib/Analysis/OrderedInstructions.cpp 23 if (OBB == OBBMap.end())
lib/Analysis/PhiValues.cpp 159 if (It == NonPhiReachableMap.end())
lib/Analysis/ScalarEvolution.cpp 3844 if (SI == ExprValueMap.end())
5031 assert(ValueExprMap.find_as(PN) == ValueExprMap.end() &&
6105 if (Itr == LoopPropertiesCache.end()) {
7189 if (Itr == TripCountMap.end())
12333 if (I == SCEVToPreds.end())
12344 if (ScevPredsIt == SCEVToPreds.end())
12496 if (II == RewriteMap.end())
lib/Analysis/StratifiedSets.h 96 if (Iter == Values.end())
549 if (Result == Values.end())
556 if (Result == Values.end())
lib/Bitcode/Reader/BitcodeReader.cpp 3800 if (BBFRI == BasicBlockFwdRefs.end()) {
lib/Bitcode/Reader/MetadataLoader.cpp 1966 if (K == MDKindMap.end())
2028 if (I == MDKindMap.end())
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp 291 if (I == LabelsBeforeInsn.end())
322 if (I == LabelsAfterInsn.end())
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 547 if (CallFwdRegsInfo == CalleesMap.end())
lib/CodeGen/AsmPrinter/EHStreamer.cpp 258 if (L == PadMap.end())
lib/CodeGen/AsmPrinter/WinException.cpp 482 if (InvokeMapIter == EHInfo.LabelToStateMap.end())
lib/CodeGen/CodeGenPrepare.cpp 903 if (MaybeBase == RelocateIdxMap.end())
2994 if (SV == Storage.end())
4725 if (LargeOffsetGEPID.find(GEP) == LargeOffsetGEPID.end())
lib/CodeGen/GlobalISel/Localizer.cpp 142 if (NewVRegIt == MBBWithLocalDef.end()) {
lib/CodeGen/InlineSpiller.cpp 1147 if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) {
1163 if (It == StackSlotToOrigLI.end())
1369 if (SpillsInSubTreeMap.find(Child) == SpillsInSubTreeMap.end())
lib/CodeGen/LiveDebugValues.cpp 1076 if (SeenIt == SeenFragments.end()) {
1157 if (OL == OutLocs.end())
lib/CodeGen/LiveRangeShrink.cpp 80 if (NewIter == M.end())
lib/CodeGen/MIRParser/MIParser.cpp 1659 if (MBBInfo == PFS.MBBSlots.end())
1686 if (ObjectInfo == PFS.StackObjectSlots.end())
1715 if (ObjectInfo == PFS.FixedStackObjectSlots.end())
1774 if (ConstantInfo == PFS.ConstantPoolSlots.end())
1789 if (JumpTableEntryInfo == PFS.JumpTableSlots.end())
2978 if (BlockInfo == Slots2BasicBlocks.end())
3023 if (ValueInfo == Slots2Values.end())
lib/CodeGen/MachineCopyPropagation.cpp 146 if (CI == Copies.end())
lib/CodeGen/MachineFunction.cpp 372 CallSitesInfo.find(MI) == CallSitesInfo.end()) &&
831 if (CSIt == CallSitesInfo.end())
841 if (CSIt == CallSitesInfo.end())
851 if (CSIt == CallSitesInfo.end())
lib/CodeGen/MachineLICM.cpp 878 if (Cost.find(*PS) == Cost.end())
1366 if (CI == CSEMap.end() || MI->isImplicitDef())
1426 if (CI == CSEMap.end() || MI->isImplicitDef())
lib/CodeGen/MachineModuleInfo.cpp 130 if (I == DeletedAddrLabelsNeedingEmission.end()) return;
lib/CodeGen/PeepholeOptimizer.cpp 1460 if (PrevCopy == NAPhysToVirtMIs.end()) {
lib/CodeGen/SafeStackColoring.cpp 149 if (It == BlockMarkerSet.end())
174 if (I == BlockLiveness.end())
lib/CodeGen/SelectionDAG/DAGCombiner.cpp 259 if (It == WorklistMap.end())
lib/CodeGen/SelectionDAG/InstrEmitter.cpp 723 if (I==VRBaseMap.end())
lib/CodeGen/SelectionDAG/LegalizeTypes.h 476 if (Iter == SoftenedFloats.end()) {
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 764 if (I == DbgValMap.end())
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 6590 if (SI == FuncInfo.StaticAllocaMap.end())
9384 ISD::NodeType ExtendType = (FuncInfo.PreferredExtendType.find(V) ==
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h 505 if (NodeMap.find(V) == NodeMap.end())
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp 523 if (J == E)
670 if (J == E) break;
lib/CodeGen/SelectionDAG/StatepointLowering.cpp 157 if (It == SpillMap.end())
289 if (SeenIt == Seen.end()) {
lib/CodeGen/SelectionDAG/StatepointLowering.h 54 if (I == Locations.end())
lib/CodeGen/SlotIndexes.cpp 108 if (mi2iItr == mi2iMap.end())
121 if (mi2iItr == mi2iMap.end())
215 } else if (MI && mi2iMap.find(MI) == mi2iMap.end()) {
232 if (!MI.isDebugInstr() && mi2iMap.find(&MI) == mi2iMap.end())
lib/CodeGen/StackProtector.cpp 561 if (LI == Layout.end())
lib/CodeGen/SwiftErrorValueTracking.cpp 34 if (It == VRegDefMap.end()) {
lib/CodeGen/TargetPassConfig.cpp 501 if (I == Impl->TargetPasses.end())
lib/CodeGen/TwoAddressInstructionPass.cpp 393 if (DI == DistanceMap.end())
550 if (SI == RegMap.end())
866 if (DI == DistanceMap.end())
1032 if (DDI == DistanceMap.end())
1056 if (DI == DistanceMap.end())
lib/DebugInfo/DWARF/DWARFContext.cpp 1707 if (AI == Sec.Relocs.end())
lib/DebugInfo/DWARF/DWARFVerifier.cpp 936 if (Iter == CUMap.end()) {
lib/ExecutionEngine/GDBRegistrationListener.cpp 163 assert(ObjectBufferMap.find(K) == ObjectBufferMap.end() &&
lib/ExecutionEngine/JITLink/BasicGOTAndStubsBuilder.h 45 if (GOTEntryI == GOTEntries.end()) {
60 if (StubI == Stubs.end()) {
lib/ExecutionEngine/JITLink/EHFrameSupport.cpp 287 if (CIEInfoItr == CIEInfos.end())
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h 179 if (I == IndexToSection.end())
lib/ExecutionEngine/Orc/Core.cpp 837 if (I == MaterializingInfos.end())
1171 if (MII == JD.MaterializingInfos.end())
1306 if (I == Symbols.end()) {
1451 if (SymI == Symbols.end())
1589 if (SymI == Symbols.end())
lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp 432 if (EHFrameRangeItr == InProcessLinks.end())
450 if (EHFrameRangeItr == TrackedEHFrameRanges.end())
lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp 173 else if (AutoClaimObjectSymbols && I == R.getSymbols().end())
lib/IR/AsmWriter.cpp 1101 return MI == mMap.end() ? -1 : (int)MI->second;
1111 return MI == mdnMap.end() ? -1 : (int)MI->second;
1122 return FI == fMap.end() ? -1 : (int)FI->second;
1131 return AI == asMap.end() ? -1 : (int)AI->second;
1149 return I == GUIDMap.end() ? -1 : (int)I->second;
lib/IR/LLVMContext.cpp 283 if (It == pImpl->GCNames.end()) {
lib/IR/LegacyPassManager.cpp 656 if (DMI == InversedLastUser.end())
lib/IR/Metadata.cpp 377 if (I == Store.end())
400 if (I == Store.end()) {
lib/LTO/LTO.cpp 919 if (It == GUIDPrevailingResolutions.end())
lib/LTO/ThinLTOCodeGenerator.cpp 474 if (Prevailing == PrevailingCopy.end())
609 if (Prevailing == PrevailingCopy.end())
lib/MC/MCRegisterInfo.cpp 111 if (I == L2SEHRegs.end()) return (int)RegNum;
119 if (I == L2CVRegs.end())
lib/MC/XCOFFObjectWriter.cpp 277 assert(WrapperMap.find(MCSec) == WrapperMap.end() &&
lib/ProfileData/Coverage/CoverageMapping.cpp 201 if (RecordIt == FilenameHash2RecordIndices.end())
lib/ProfileData/GCOV.cpp 749 if (BlocksIt == Line.Blocks.end()) {
779 if (LineExecs.find(Function) == LineExecs.end()) {
lib/ProfileData/SampleProfReader.cpp 657 if (iter == FuncOffsetTable.end())
lib/Support/ItaniumManglingCanonicalizer.cpp 167 assert(Remappings.find(Result.first) == Remappings.end() &&
lib/Support/JSON.cpp 25 if (I == end())
31 if (I == end())
85 if (R == RHS.end() || L.second != R->second)
lib/Support/Options.cpp 25 assert(Options.find(Key) == Options.end() &&
lib/TableGen/Record.cpp 2373 if (It == Map.end())
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h 180 if (I == ArgInfoMap.end()) {
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp 880 if (I == CallGraphResourceInfo.end()) {
lib/Target/AMDGPU/GCNRegPressure.cpp 75 if (I == S2.end() || I->second != P.second)
336 if (I == LiveRegs.end())
449 if (I == LISLR.end()) {
465 if (I == TrackedLR.end()) {
lib/Target/AMDGPU/SIFormMemoryClauses.cpp 227 if (Conflict == Map.end())
279 if (Loc == Map.end()) {
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp 1543 if (Visited.find(&MI) == Visited.end()) {
1606 if (Visited.find(&MINext) == Visited.end()) {
lib/Target/AMDGPU/SIMachineFunctionInfo.h 488 return (I == SGPRToVGPRSpills.end()) ?
506 return (I == VGPRToAGPRSpills.end()) ? (MCPhysReg)AMDGPU::NoRegister
lib/Target/AMDGPU/SIWholeQuadMode.cpp 238 if (III == Instructions.end())
693 if (BII == Blocks.end())
lib/Target/ARM/ARMBaseInstrInfo.cpp 4806 if (I == MLxEntryMap.end())
lib/Target/ARM/ARMLoadStoreOptimizer.cpp 2423 if (BI == Base2Ops.end()) {
lib/Target/ARM/ARMMachineFunctionInfo.h 232 if (It == CoalescedWeights.end()) {
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp 1221 if (Offset == RegOffsets.end())
1259 if (Offset == RegOffsets.end()) {
lib/Target/ARM/Thumb2SizeReduction.cpp 1008 if (OPI == ReduceOpcodeMap.end())
lib/Target/Hexagon/HexagonBitTracker.cpp 1226 if (F == VRX.end())
lib/Target/Hexagon/HexagonExpandCondsets.cpp 297 if (F == Map.end())
306 if (F == Map.end())
1166 if (F == VM.end()) {
lib/Target/Hexagon/HexagonGenInsert.cpp 895 if (F == LM.end())
lib/Target/Hexagon/HexagonGenMux.cpp 260 if (F == CM.end()) {
lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp 374 if (RL == Reg2Local.end() || RL->second < MFI.getParams().size())
lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp 92 if (I == Reachable.end())
lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp 390 if (I == AllFPOData.end()) {
lib/Target/X86/X86CmovConversion.cpp 718 if (FRIt == FalseBBRegRewriteTable.end())
785 if (It == FalseBBRegRewriteTable.end())
lib/Target/X86/X86FrameLowering.cpp 1861 if (it == WinEHXMMSlotInfo.end())
lib/Target/X86/X86ISelLowering.cpp19929 if (M == SrcOpMap.end()) {
lib/Target/X86/X86OptimizeLEAs.cpp 516 if (Insns == LEAs.end())
lib/Target/X86/X86SpeculativeLoadHardening.cpp 2007 if (It == AddrRegToHardenedReg.end())
lib/Target/X86/X86WinEHState.cpp 565 if (PredEndState == FinalStates.end())
602 if (SuccStartState == InitialStates.end())
lib/Transforms/IPO/ConstantMerge.cpp 216 if (Found == CMap.end())
lib/Transforms/IPO/FunctionImport.cpp 949 if (GS == DefinedGlobals.end())
1016 if (GS == DefinedGlobals.end()) {
1028 if (GS == DefinedGlobals.end()) {
lib/Transforms/IPO/SampleProfile.cpp 643 uint64_t W = (I == BlockWeights.end() ? 0 : I->second);
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp 127 if (I == LocalToGlobal.end()) {
lib/Transforms/Instrumentation/CFGMST.h 90 if (It == BBInfos.end())
lib/Transforms/Instrumentation/InstrProfiling.cpp 588 if (It == ProfileDataMap.end()) {
lib/Transforms/ObjCARC/BlotMapVector.h 81 if (It == Map.end())
88 if (It == Map.end())
98 if (It == Map.end())
lib/Transforms/ObjCARC/ObjCARCOpts.cpp 1654 if (Jt == Releases.end())
lib/Transforms/Scalar/GVNHoist.cpp 635 if (P == CHIBBs.end()) {
lib/Transforms/Scalar/IndVarSimplify.cpp 1009 return It == PostIncRangeInfos.end()
1020 if (It == PostIncRangeInfos.end())
lib/Transforms/Scalar/InferAddressSpaces.cpp 680 if (Pos == InferredAddrSpace->end())
lib/Transforms/Scalar/LICM.cpp 702 if (It == HoistableBranches.end()) {
710 assert(std::find_if(++It, HoistableBranches.end(), HasBBAsSuccessor) ==
2166 if (MapI == LoopToAliasSetMap.end()) {
2212 if (ASTIt == LICM.getLoopToAliasSetMap().end())
2222 if (ASTIt == LICM.getLoopToAliasSetMap().end())
lib/Transforms/Scalar/LoopStrengthReduce.cpp 299 if (I == RegUsesMap.end())
lib/Transforms/Scalar/NaryReassociate.cpp 527 if (Pos == SeenExprs.end())
lib/Transforms/Scalar/Reassociate.cpp 518 if (It == Leaves.end()) {
607 if (It == Leaves.end())
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 2006 if (CIVI == CurrentIncomingValues.end())
lib/Transforms/Scalar/SCCP.cpp 260 if (A == AnalysisResults.end())
1139 if (I == TrackedGlobals.end() || I->second.isOverdefined()) return;
lib/Transforms/Scalar/SROA.cpp 3729 if (SplitOffsetsMapI == SplitOffsetsMap.end())
3763 if (LoadOffsetsI == SplitOffsetsMap.end())
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp 1145 if (Pos == DominatingExprs.end())
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp 2333 if (BBCostIt == BBCostMap.end())
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp 476 if (UserPNsIt == UserToPNMap.end())
540 if (CostMapIt == SpecCostMap.end() || CostMapIt->second == 0)
670 if (MapIt == SpeculatedValueMap.end())
lib/Transforms/Utils/BypassSlowDivision.cpp 133 if (BI == BypassWidths.end())
162 if (CacheI == Cache.end()) {
lib/Transforms/Utils/InlineFunction.cpp 265 if (Memo == MemoMap.end()) {
303 if (Memo == MemoMap.end()) {
425 if (AncestorMemo == MemoMap.end()) {
lib/Transforms/Utils/Local.cpp 881 if (It == IncomingValues.end()) continue;
lib/Transforms/Utils/ModuleUtils.cpp 203 if (CI == ComdatEntriesCovered.end())
247 return ComdatEntriesCovered.find(GV->getComdat()) ==
lib/Transforms/Utils/PredicateInfo.cpp 723 if (OIN == ValueInfoNums.end()) {
lib/Transforms/Utils/PromoteMemoryToRegister.cpp 941 if (AI == AllocaLookup.end())
964 if (ai == AllocaLookup.end())
lib/Transforms/Vectorize/LoopVectorize.cpp 1135 if (Itr == WideningDecisions.end())
1455 return Scalars.find(VF) == Scalars.end() ||
4363 assert(VF >= 2 && Scalars.find(VF) == Scalars.end() &&
4650 assert(VF >= 2 && Uniforms.find(VF) == Uniforms.end() &&
lib/Transforms/Vectorize/SLPVectorizer.cpp 584 if (I == NumOpsWantToKeepOrder.end() ||
lib/Transforms/Vectorize/VPlan.cpp 743 if (NewIGIter == Old2New.end())
lib/XRay/Profile.cpp 133 if (It == PathIDMap.end())
tools/clang/include/clang/AST/ASTContext.h 992 if (MergedIt == MergedDefModules.end())
tools/clang/include/clang/AST/ASTImporter.h 393 if (FromI == ImportedFromDecls.end())
tools/clang/include/clang/AST/DeclLookups.h 67 return x.It == y.It;
tools/clang/include/clang/AST/VTableBuilder.h 336 if (I == Thunks.end()) {
tools/clang/include/clang/Analysis/Analyses/Dominators.h 236 if (It == ControlDepenencyMap.end()) {
tools/clang/include/clang/Analysis/RetainSummaryManager.h 432 if (I == M.end())
435 return I == M.end() ? nullptr : I->second;
tools/clang/include/clang/Lex/ModuleMap.h 598 if (I == AdditionalModMaps.end())
tools/clang/include/clang/Lex/Preprocessor.h 1029 if (J == I->second.Macros.end())
tools/clang/include/clang/Serialization/ASTReader.h 1238 if (I == KeyDecls.end() || I->second.empty())
tools/clang/include/clang/Serialization/ASTWriter.h 622 return (I == DeclIDs.end() ||
tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h 567 if (I == Events.end())
tools/clang/lib/AST/ASTContext.cpp 925 if (I == Map.end()) {
1046 if (It == MergedDefModules.end())
1081 if (It == ModuleInitializers.end())
1110 if (It == ModuleInitializers.end())
1425 if (Pos == TemplateOrInstantiation.end())
1452 if (Pos == InstantiatedFromUsingDecl.end())
1476 if (Pos == InstantiatedFromUsingShadowDecl.end())
1492 if (Pos == InstantiatedFromUnnamedFieldDecl.end())
1528 if (Pos == OverriddenMethods.end())
tools/clang/lib/AST/ASTImporter.cpp 7927 if (FromDPos == ImportedFromDecls.end())
8763 assert((Pos == ImportedDecls.end() || Pos->second == To) &&
tools/clang/lib/AST/ASTImporterLookupTable.cpp 105 if (DCI == LookupTable.end())
110 if (NamesI == FoundNameMap.end())
118 if (DCI == LookupTable.end())
tools/clang/lib/AST/DeclBase.cpp 1667 if (I == Map->end())
1871 Map->find(D->getDeclName()) == Map->end())
tools/clang/lib/AST/Interp/InterpFrame.h 81 if (Pt == Params.end()) {
tools/clang/lib/AST/Interp/Program.cpp 191 return It == Funcs.end() ? nullptr : It->second.get();
tools/clang/lib/AST/ItaniumMangle.cpp 4705 if (I == Substitutions.end())
tools/clang/lib/AST/Linkage.h 96 if (Iter == CachedLinkageInfo.end())
tools/clang/lib/AST/MicrosoftMangle.cpp 824 if (Found == TemplateArgBackReferences.end()) {
827 if (Found == TemplateArgStrings.end()) {
1775 if (Found == FunArgBackReferences.end()) {
1802 if (Found == FunArgBackReferences.end()) {
tools/clang/lib/AST/ParentMap.cpp 137 return I == M->end() ? nullptr : I->second;
tools/clang/lib/AST/RawCommentList.cpp 330 if (CommentsInFile == OrderedComments.end())
tools/clang/lib/AST/RecordLayoutBuilder.cpp 87 if (Known == BaseOffsets.end())
95 if (Known == VirtualBaseOffsets.end())
238 if (I == EmptyClassOffsets.end())
3146 if (I == Map.end()) return;
tools/clang/lib/AST/VTableBuilder.cpp 2969 if (OverriddenMDIterator == MethodInfoMap.end())
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp 765 if (Aliases == TypeAliases.end())
782 if (Aliases == CompatibleAliases.end())
tools/clang/lib/Analysis/CFG.cpp 1318 if (itr == fb->end()) {
1554 if (LI == LabelMap.end())
1572 if (LI == LabelMap.end())
1593 if (LI == LabelMap.end()) continue;
3192 assert(LabelMap.find(L->getDecl()) == LabelMap.end() &&
3248 if (I == LabelMap.end())
5140 if (I == StmtMap.end())
5155 if (I == DeclMap.end())
tools/clang/lib/Analysis/CallGraph.cpp 195 if (I == FunctionMap.end()) return nullptr;
tools/clang/lib/Analysis/Consumed.cpp 628 if (Entry == PropagationMap.end() || Entry->second.isTest())
898 if (Entry == PropagationMap.end()) return;
tools/clang/lib/Analysis/PostOrderCFGView.cpp 46 unsigned b1V = (b1It == POV.BlockOrder.end()) ? 0 : b1It->second;
47 unsigned b2V = (b2It == POV.BlockOrder.end()) ? 0 : b2It->second;
tools/clang/lib/Analysis/ThreadSafety.cpp 1095 if (It == BMap.end())
1129 if (It == BMap.end())
1172 if (CycMap.find(Vd) == CycMap.end()) {
tools/clang/lib/Analysis/ThreadSafetyCommon.cpp 681 if (It == LVarIdxMap.end()) {
tools/clang/lib/Analysis/UninitializedValues.cpp 90 if (I == map.end())
tools/clang/lib/Basic/SourceManager.cpp 439 if (overI == OverriddenFilesInfo->OverriddenFiles.end())
2030 while((I = LChain.find(ROffs.first)) == LChain.end()) {
tools/clang/lib/CodeGen/CGBuiltin.cpp 1460 llvm::Twine Format = Types.find(CanonicalType) == Types.end()
tools/clang/lib/CodeGen/CGDebugInfo.cpp 1676 EltTys.push_back(MI == SPCache.end()
2070 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl())
3440 if (MI == SPCache.end()) {
4719 if (It == DeclCache.end())
tools/clang/lib/CodeGen/CGDeclCXX.cpp 512 if (I == DelayedCXXInitPosition.end()) {
tools/clang/lib/CodeGen/CGException.cpp 1813 if (I == ParentCGF.LocalDeclMap.end())
tools/clang/lib/CodeGen/CGExpr.cpp 912 if (PassedSizeIt == SizeArguments.end())
tools/clang/lib/CodeGen/CGExprConstant.cpp 1530 assert(Locations.find(placeholder) == Locations.end() &&
tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp 147 assert(EnqueuedBlockMap.find(E) == EnqueuedBlockMap.end() &&
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 3930 if (PerDevice == OffloadEntriesTargetRegion.end())
3933 if (PerFile == PerDevice->second.end())
3939 if (PerLine == PerParentName->second.end())
8421 if (It == OverlappedData.end())
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 596 if (I == MappedDeclsFields.end())
2118 if (I == FunctionGlobalizedDecls.end())
4793 if (I == FunctionGlobalizedDecls.end())
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 4660 if (InitAddrIt == CaptureDeviceAddrMap.end())
tools/clang/lib/CodeGen/CodeGenPGO.h 66 if (I == StmtCountMap->end())
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 1640 if (VBI == Layout.getVBaseOffsetsMap().end())
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp 561 assert(ImportedFileIDs.find(ToID) == ImportedFileIDs.end() &&
576 if (I == ImportedFileIDs.end())
tools/clang/lib/Frontend/ASTUnit.cpp 2464 if (I == FileDecls.end())
tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp 39 assert(Abbrevs.find(recordID) == Abbrevs.end()
tools/clang/lib/Lex/ModuleMap.cpp 395 Known == Headers.end() && File->getDir() == BuiltinIncludeDir &&
665 if (It == Headers.end())
952 if (inferred == InferredDirectories.end()) {
962 if (inferred == InferredDirectories.end())
tools/clang/lib/Lex/PPDirectives.cpp 384 if (It == ExcludedConditionalDirectiveSkipMappings->end())
390 if (MappingIt == SkippedRanges.end())
tools/clang/lib/Lex/PPLexerChange.cpp 757 if (MacroIt == CurSubmoduleState->Macros.end())
771 if (OldMacroIt == OldMacros.end())
tools/clang/lib/Lex/PPMacroExpansion.cpp 64 return Pos == CurSubmoduleState->Macros.end() ? nullptr
87 if (!MD->isDefined() && LeafModuleMacros.find(II) == LeafModuleMacros.end())
125 if (!MD->isDefined() && LeafModuleMacros.find(II) == LeafModuleMacros.end())
188 if (Leaf == LeafModuleMacros.end()) {
tools/clang/lib/Lex/PreprocessingRecord.cpp 386 if (Pos == MacroDefinitions.end())
tools/clang/lib/Lex/Preprocessor.cpp 753 if(it == PoisonReasons.end())
tools/clang/lib/Sema/ScopeInfo.cpp 207 if (Uses == WeakObjectUses.end())
tools/clang/lib/Sema/Sema.cpp 1414 if (It == S.DeviceDeferredDiags.end())
1550 if (CGIt == S.DeviceCallGraph.end())
2247 if (Loc == OpenCLDeclExtMap.end())
2262 if (Loc == Map.end())
tools/clang/lib/Sema/SemaChecking.cpp14497 if (I == MagicValues->end())
tools/clang/lib/Sema/SemaDecl.cpp 7405 if (I == ShadowingDecls.end())
tools/clang/lib/Sema/SemaDeclCXX.cpp 6629 if (It == InheritedFromBases.end())
tools/clang/lib/Sema/SemaDeclObjC.cpp 3407 if (Pos == MethodPool.end())
3479 if (Pos == MethodPool.end())
3528 if (Pos == MethodPool.end())
3542 if (Pos == MethodPool.end())
3611 if (Pos == MethodPool.end())
4185 if (it == S.MethodPool.end()) {
4190 if (it == S.MethodPool.end())
tools/clang/lib/Sema/SemaLookup.cpp 3673 if (Pos == SM->end())
tools/clang/lib/Sema/SemaOpenMP.cpp 1017 if (It == StackElem.AlignedMap.end()) {
15609 if (I == UsedAsPrevious.end())
15861 if (I == UsedAsPrevious.end())
tools/clang/lib/Sema/SemaTemplateDeduction.cpp 3440 if (Pos == SuppressedDiagnostics.end())
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp 3052 assert(Current->LocalDecls.find(D) == Current->LocalDecls.end() &&
3076 assert(Current->LocalDecls.find(D) == Current->LocalDecls.end() &&
tools/clang/lib/Serialization/ASTReader.cpp 3968 if (Known == S.MethodPool.end())
4036 assert(HiddenNamesMap.find(Mod) == HiddenNamesMap.end() &&
7894 if (Pos == M.GlobalToLocalDeclIDs.end())
8014 if (I == FileDeclIDs.end())
8058 if (It == Lookups.end())
8102 return I == Lookups.end() ? nullptr : &I->second;
9056 if (I == DefinitionSource.end())
tools/clang/lib/Serialization/ASTReaderDecl.cpp 1734 assert(Reader.Lookups.find(MergeDD.Definition) == Reader.Lookups.end() &&
tools/clang/lib/Serialization/ASTWriter.cpp 5810 if (It == AnonymousDeclarationNumbers.end()) {
6317 assert(MacroDefinitions.find(MD) == MacroDefinitions.end());
6322 assert(SubmoduleIDs.find(Mod) == SubmoduleIDs.end());
tools/clang/lib/Serialization/ASTWriterStmt.cpp 2375 assert(SwitchCaseIDs.find(S) == SwitchCaseIDs.end() &&
tools/clang/lib/Serialization/GlobalModuleIndex.cpp 298 if (Known == ModulesByFile.end())
tools/clang/lib/Serialization/ModuleManager.cpp 63 if (Known == Modules.end())
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp 256 if (I == StringSelectors.end())
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp 108 if (MI == IMeths.end() || MI->second == nullptr)
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp 786 if (method == UIMethods.end())
791 if (argumentIterator == method->getSecond().end())
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 2020 if (VisitorNotes == VisitorsDiagnostics->end())
2271 if (It == InterestingSymbols.end())
2461 if (LI == E)
2463 if (RI == E)
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp 517 if (PI == Pass2.end())
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp 367 if (I == SymbolDependencies.end()) {
379 if (I == SymbolDependencies.end())
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp 245 assert(Abbrevs.find(RID) == Abbrevs.end() && "Abbreviation already added.");
tools/clang/tools/extra/clang-move/HelperDeclRefGraph.cpp 68 return I == DeclMap.end() ? nullptr : I->second.get();
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp 923 if (Failure == NamingCheckFailures.end())
tools/clang/tools/extra/clang-tidy/utils/IncludeInserter.cpp 56 if (IncludeSorterByFile.find(FileID) == IncludeSorterByFile.end()) {
73 if (IncludeSorterByFile.find(FileID) == IncludeSorterByFile.end()) {
tools/clang/tools/extra/clangd/index/FileIndex.cpp 154 if (It == Merged.end())
tools/clang/tools/extra/clangd/index/MemIndex.cpp 77 if (SymRefs == Refs.end())
tools/clang/tools/extra/clangd/index/Symbol.h 213 return I == Symbols.end() ? nullptr : &I->second;
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp 507 if (Found == URICache.end()) {
tools/clang/tools/extra/clangd/index/dex/Dex.cpp 105 return It == InvertedIndex.end() ? Corpus.none()
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp 397 if (Iter == DeclInfoMap.end())
tools/clang/tools/extra/modularize/Modularize.cpp 517 if (KnownH == AllHeaderContents.end()) {
tools/clang/tools/libclang/CXIndexDataConsumer.cpp 948 if (I == ContainerMap.end()) {
965 if (I == EntityMap.end())
1075 if (I == ContainerMap.end())
tools/clang/utils/TableGen/ClangAttrEmitter.cpp 1864 if (It == SubjectsToRules.end())
1935 if (SubjectsToRules.find(Subject) == SubjectsToRules.end())
tools/dsymutil/DebugMap.cpp 103 if (Mapping == AddressToMapping.end())
tools/lld/COFF/PDB.cpp 1763 if (i == secrels.end())
tools/lld/COFF/SymbolTable.cpp 341 if (it == firstDiag.end()) {
tools/lld/Common/DWARF.cpp 76 if (it == variableLoc.end())
tools/lld/ELF/SymbolTable.cpp 98 if (it == symMap.end())
tools/lld/ELF/Writer.cpp 1224 if (it == symbolOrder.end())
1269 if (i == order.end()) {
tools/lld/lib/Core/SymbolTable.cpp 258 if (pos == _nameTable.end())
268 if (pos == _replacedAtoms.end())
tools/lld/lib/ReaderWriter/MachO/File.h 144 if (pos == _sectionAtoms.end())
189 if (pos == _sectionAtoms.end())
tools/lld/lib/ReaderWriter/MachO/GOTPass.cpp 158 if (pos == _targetToGOT.end()) {
tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp 115 if (i == followOnRoots.end()) {
313 if (targetFollowOnAtomsIter == _followOnNexts.end())
354 if (iter == _followOnRoots.end()) {
411 if (start == _followOnRoots.end())
416 if (pos == _ordinalOverrideMap.end())
428 const auto *root = (ri == _followOnRoots.end()) ? atom.get() : ri->second;
429 uint64_t override = (oi == _ordinalOverrideMap.end()) ? 0 : oi->second;
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp 130 if (pos2 == _refNames.end()) {
tools/lld/wasm/SymbolTable.cpp 85 if (it == symMap.end() || it->second == -1)
tools/lld/wasm/SyntheticSections.cpp 81 if (it == typeIndices.end()) {
tools/lldb/include/lldb/Utility/Reproducer.h 260 if (it == m_providers.end())
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp 101 if (i == m_persistent_decls.end())
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp 1979 if (iter == m_processor_trace_monitor.end()) {
2052 if (iter == m_processor_trace_monitor.end()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 1421 if (die_it == GetForwardDeclClangTypeToDie().end()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp 177 if (iter == m_comp_units.end())
184 if (iter == m_comp_units.end())
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp 241 if (parent_iter == m_parent_types.end()) {
594 if (iter == m_parent_types.end())
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp 785 if (uid_it == m_forward_decl_to_uid.end())
1107 if (pit == m_parent_to_namespaces.end())
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 1508 if (iter == m_types.end())
1558 if (iter == m_types.end())
tools/lldb/source/Symbol/CompileUnit.cpp 124 if (it == m_functions_by_uid.end())
tools/lldb/source/Utility/ReproducerInstrumentation.cpp 99 if (it == m_mapping.end())
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp 1604 if (request_pos == request_bps.end()) {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp 66 return Iter == m_registers.end() ? nullptr : &Iter->getSecond();
tools/llvm-cfi-verify/lib/FileAnalysis.cpp 239 if (TargetRefsKV == StaticBranchTargetings.end())
tools/llvm-objcopy/COFF/Object.cpp 35 if (It == SymbolMap.end())
54 if (It == SymbolMap.end())
82 if (It == SectionMap.end())
tools/polly/include/polly/ScopInfo.h 1413 if (It == InstructionToAccess.end())
1427 if (It == InstructionToAccess.end())
tools/polly/lib/Analysis/DependenceInfo.cpp 653 if (Lookup == NewSchedule.end())
tools/polly/lib/Analysis/ScopDetection.cpp 1826 if (DCMIt == DetectionContextMap.end())
tools/polly/lib/Analysis/ScopInfo.cpp 2423 if (StmtMapIt == StmtMap.end())
2524 if (It == ValueUseAccs.end())
2542 if (It == PHIIncomingAccs.end())
tools/polly/lib/CodeGen/BlockGenerators.cpp 1240 if (VecOp == VectorMap.end())
tools/polly/lib/CodeGen/IslNodeBuilder.cpp 379 if (It == ValueMap.end())
unittests/ADT/DenseMapTest.cpp 117 EXPECT_TRUE(this->Map.begin() == this->Map.end());
121 EXPECT_TRUE(this->Map.find(this->getKey()) == this->Map.end());
131 EXPECT_TRUE(ConstMap.begin() == ConstMap.end());
140 EXPECT_FALSE(this->Map.begin() == this->Map.end());
148 EXPECT_TRUE(it == this->Map.end());
152 EXPECT_TRUE(this->Map.find(this->getKey()) == this->Map.begin());
164 EXPECT_TRUE(this->Map.begin() == this->Map.end());
174 EXPECT_TRUE(this->Map.begin() == this->Map.end());
184 EXPECT_TRUE(this->Map.begin() == this->Map.end());
325 EXPECT_TRUE(it == cit);
329 EXPECT_TRUE(cit == cit2);
541 EXPECT_TRUE(map.find(3) == map.end());
547 EXPECT_TRUE(map.find_as("d") == map.end());
580 EXPECT_TRUE(map.find(32) == map.end());
unittests/Analysis/UnrollAnalyzerTest.cpp 176 EXPECT_TRUE(I2 == SimplifiedValuesVector[0].end());
usr/include/c++/7.4.0/bits/stl_algo.h 509 { return __last == std::find_if_not(__first, __last, __pred); }
5650 if (__first == __last) return __first;
utils/TableGen/CodeGenRegisters.cpp 1071 if (FindI == SuperRegClasses.end())
utils/TableGen/CodeGenSchedule.cpp 245 if (It == Declarations.end()) {
303 if (Predicate2Index.find(Pred) == Predicate2Index.end())
308 if (Opcode2Index.find(Opcode) == Opcode2Index.end()) {
410 if (It == Decl2Index.end()) {
1056 if (Pos == InstrClassMap.end())
1205 if (I == ProcModelMap.end()) {
utils/TableGen/CodeGenTarget.cpp 417 if (!Rec || I == Insts.end())
utils/TableGen/GlobalISelEmitter.cpp 3013 if (PhysRegOperands.find(Reg) == PhysRegOperands.end()) {
3032 if (I == PhysRegOperands.end()) {
3760 if (ComplexPattern == ComplexPatternEquivs.end())
4056 if (ComplexPattern == ComplexPatternEquivs.end())
utils/TableGen/SearchableTableEmitter.cpp 708 if (It == TableMap.end())
utils/unittest/googlemock/include/gmock/gmock-matchers.h 206 bool operator()(const A& a, const B& b) const { return a == b; }
utils/unittest/googletest/include/gtest/gtest.h 1392 if (lhs == rhs) {