Home
last modified time | relevance | path

Searched defs:It (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp50 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 DCoalescingBitVector.h87 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 DAddressRanges.h76 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 DFuzzerDataFlowTrace.h53 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 DGraph.h213 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 DRecord.cpp40 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 DProgram.cpp22 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 DFunction.cpp31 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 DAArch64CallingConvention.cpp76 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 DBlotMapVector.h80 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 DR600OptimizeVectorRegisters.cpp153 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 DR600MachineCFGStructurizer.cpp324 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 DSPIRVGlobalRegistry.h155 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 DSampleContextTracker.cpp36 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 DInterfaceFile.cpp97 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 DMacroExpansionContext.cpp61 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 DSectionSizes.cpp21 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 DAssignmentTrackingAnalysis.h81 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 Dfunc-id-helper.cpp27 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 DDeclLookups.h29 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 DSwiftErrorValueTracking.cpp29 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 DPhiValues.cpp99 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 DInstructionPrecedenceTracking.cpp85 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 DPointerTypeAnalysis.cpp29 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 DBPFASpaceCastSimplifyPass.cpp79 if (auto It = CastGEPCast::match(&I)) in run() local
87 if (auto It = CastGEPCast::match(U)) in run() local

12345678910>>...20