/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.cpp | 50 auto It = ActiveRegions.find(Description); in beginRegion() local 82 auto It = ActiveRegions.begin(); in endRegion() local 96 auto It = ActiveRegions.find(Description); in endRegion() local 126 auto It = ActiveRegions.find(Description); in beginRegion() local 145 auto It = ActiveRegions.find(Description); in endRegion() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local 108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local 121 const auto It = Intervals.find(Index); in test() local 136 auto It = Intervals.find(Index); in reset() local 165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable 201 auto It = Intervals.find(OlapStart); in intersectWithComplement() local 358 auto It = const_iterator(UnderlyingIt); in find() local 378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local
|
H A D | AddressRanges.h | 76 typename Collection::const_iterator It = find(Addr, Addr + 1); in getRangeThatContains() local 100 auto It = in find() local 127 auto It = llvm::upper_bound(Ranges, Range); in insert() local 172 auto It = std::partition_point(Ranges.begin(), Ranges.end(), in insert() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.h | 53 auto It = Functions.find(FunctionId); in GetCounter() local 63 auto It = Functions.find(FunctionId); in GetNumberOfBlocks() local 70 auto It = Functions.find(FunctionId); in GetNumberOfCoveredBlocks() local 123 auto It = Traces.find(InputSha1); in Get() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Graph.h | 213 auto It = NL.find(A); in begin() local 220 auto It = NL.find(A); in cbegin() local 229 auto It = NL.find(A); in end() local 235 auto It in cend() local 399 auto It = Vertices.find(I); at() local 408 auto It = Vertices.find(I); at() local 418 auto It = Edges.find(I); at() local 427 auto It = Edges.find(I); at() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Record.cpp | 40 auto It = FieldMap.find(FD); in getField() local 46 auto It = BaseMap.find(FD); in getBase() local 60 auto It = VirtualBaseMap.find(FD); in getVirtualBase() local
|
H A D | Program.cpp | 22 auto It = NativePointerIndices.find(Ptr); in getOrCreateNativePointer() local 110 if (auto It = GlobalIndices.find(VD); It != GlobalIndices.end()) in getGlobal() local 116 if (auto It = GlobalIndices.find(P); It != GlobalIndices.end()) { in getGlobal() local 130 if (auto It = GlobalIndices.find(E); It != GlobalIndices.end()) in getGlobal() local 149 if (auto It = DummyVariables.find(VD); It != DummyVariables.end()) in getOrCreateDummy() local 250 auto It = Funcs.find(F); in getFunction() local 264 if (auto It = Records.find(RD); It != Records.end()) in getOrCreateRecord() local
|
H A D | Function.cpp | 31 auto It = Params.find(Offset); in getParamDescriptor() local 42 auto It = llvm::lower_bound(SrcMap, Elem{Offset, {}}, llvm::less_first()); in getSource() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.cpp | 76 auto &It = PendingMembers[0]; in finishStackBlock() local 102 for (auto &It : PendingMembers) { in finishStackBlock() local 183 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block() local 194 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 80 typename MapTy::iterator It = Map.find(Key); in find() local 87 typename MapTy::const_iterator It = Map.find(Key); in find() local 97 typename MapTy::iterator It = Map.find(Key); in blot() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 153 for (auto &It : ToMerge->RegToChan) { in tryMergeVector() local 190 for (const auto &It : RSI->RegToChan) { in RebuildVector() local 216 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in RebuildVector() local 233 for (auto &It : PreviousRegSeqByReg) { in RemoveMI() local 237 for (auto &It : PreviousRegSeqByUndefCount) { in RemoveMI() local 301 It = RSI.RegToChan.begin(), E = RSI.RegToChan.end(); It != E; ++It) { in trackRSI() local 328 It = MRI->def_instr_begin(Reg), E = MRI->def_instr_end(); in runOnMachineFunction() local
|
H A D | R600MachineCFGStructurizer.cpp | 324 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum() local 332 LoopLandInfoMap::const_iterator It = LLInfoMap.find(LoopRep); in getLoopLandInfo() local 347 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock() local 384 int R600MachineCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock() 546 MachineBasicBlock::succ_iterator It = MBB->succ_begin(); in getFalseBranch() local 585 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getNormalBlockBranchInstr() local 594 for (MachineBasicBlock::reverse_iterator It = MBB->rbegin(), E = MBB->rend(); in getLoopendBlockBranchInstr() local 609 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getReturnInstr() local 662 MachineBasicBlock::iterator It = Pre; in wrapup() local 746 SmallVectorImpl<MachineBasicBlock *>::const_iterator It = in run() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 155 auto It = FunResPointerTypes.find(ArgF); in findReturnType() local 166 auto It = AssignPtrTypeInstr.find(Val); in findAssignPtrTypeInstr() local 176 auto It = MutatedAggRet.find(Val); in findMutated() local 185 auto It = DeducedElTys.find(Val); in findDeducedElementType() local 194 auto It = DeducedNestedTys.find(Val); in findDeducedCompositeType() local 258 auto It = ForwardCalls.find(F); in addForwardCall() local 268 auto It = ForwardCalls.find(F); in getForwardCalls() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleContextTracker.cpp | 36 auto It = AllChildContext.find(Hash); in getChildContext() local 49 for (auto &It : AllChildContext) { in getHottestChildContext() local 95 for (auto &It : Node->getAllChildContext()) { in moveContextSamples() local 157 for (auto &It : AllChildContext) { in dumpNode() local 172 for (auto &It : Node->getAllChildContext()) { in dumpTree() local 182 auto It = AllChildContext.find(Hash); in getOrCreateChildContext() local 261 for (auto &It : CallerNode->getAllChildContext()) { in getIndirectCalleeContextSamplesFor() local 384 for (auto &It : CallerNode->getAllChildContext()) { in promoteMergeContextSamplesTree() local 605 for (auto &It : FromNode.getAllChildContext()) { in promoteMergeContextSamplesTree() local
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 97 auto It = lower_bound( in inlineLibrary() local 173 for (const auto &It : umbrellas()) { in merge() local 177 for (const auto &It : O->umbrellas()) { in merge() local 248 for (const auto &It : umbrellas()) in remove() local 316 for (const auto &It : umbrellas()) in extract() local 320 for (const auto &It : rpaths()) in extract() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | MacroExpansionContext.cpp | 61 MacroExpansionContext::ExpansionRangeMap::iterator It; in MacroExpands() local 110 const auto It = ExpandedTokens.find_as(MacroExpansionLoc); in getExpandedText() local 123 const auto It = ExpansionRanges.find_as(MacroExpansionLoc); in getOriginalText() local 225 ExpansionMap::iterator It; in onTokenLexed() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | SectionSizes.cpp | 21 for (const auto &It : Sizes.DebugSectionSizes) in getNameColumnWidth() local 30 for (const auto &It : Sizes.DebugSectionSizes) { in getSizeColumnWidth() local 60 for (const auto &It : Sizes.DebugSectionSizes) { in prettyPrintSectionSizes() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AssignmentTrackingAnalysis.h | 81 const auto *It = VarLocRecords.begin(); in locs_end() local 66 const auto *It = VarLocRecords.begin(); single_locs_end() local 73 const auto *It = VarLocRecords.begin(); locs_begin() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | func-id-helper.cpp | 27 auto It = FunctionAddresses.find(FuncId); in SymbolOrNumber() local 55 auto It = FunctionAddresses.find(FuncId); in FileLineAndColumn() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclLookups.h | 29 StoredDeclsMap::iterator It, End; variable 39 all_lookups_iterator(StoredDeclsMap::iterator It, in all_lookups_iterator()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 29 auto It = VRegDefMap.find(Key); in getOrCreateVReg() local 53 auto It = VRegDefUses.find(Key); in getOrCreateVRegDefAt() local 68 auto It = VRegDefUses.find(Key); in getOrCreateVRegUseAt() local 265 for (auto It = Begin; It != End; ++It) { preassignVRegs() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PhiValues.cpp | 99 auto It = ReachableMap.find(OpDepthNumber); in processPhi() local 152 auto It = TrackedValues.find_as(V); in invalidateValue() local 172 auto It = NonPhiReachableMap.find(N); in print() local
|
H A D | InstructionPrecedenceTracking.cpp | 85 auto It = FirstSpecialInsts.find(BB); in validate() local 104 for (const auto &It : FirstSpecialInsts) in validateAll() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 29 auto It = Map.find(V); in classifyPointerType() local 83 auto It = Map.find(&F); in classifyFunctionType() local 135 auto It = Map.find(C); in classifyConstantWithOpaquePtr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFASpaceCastSimplifyPass.cpp | 79 if (auto It = CastGEPCast::match(&I)) in run() local 87 if (auto It = CastGEPCast::match(U)) in run() local
|