Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DHashKeyMap.h87 auto It = base_type::find(hash_value(Key)); in find() local
94 auto It = base_type::find(hash_value(Key)); in find() local
101 auto It = base_type::find(hash_value(Key)); in lookup() local
112 auto It = find(Ctx); in erase() local
120 iterator erase(const_iterator It) { in erase()
/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/clang/lib/AST/Interp/
H A DRecord.cpp31 auto It = FieldMap.find(FD); in getField() local
37 auto It = BaseMap.find(FD); in getBase() local
51 auto It = VirtualBaseMap.find(FD); in getVirtualBase() local
H A DProgram.cpp23 auto It = NativePointerIndices.find(Ptr); in getOrCreateNativePointer() local
106 auto It = GlobalIndices.find(VD); in getGlobal() local
113 auto It = GlobalIndices.find(P); in getGlobal() local
143 if (auto It = DummyParams.find(VD); It != DummyParams.end()) in getOrCreateDummy() local
217 auto It = Funcs.find(F); in getFunction() local
228 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/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 = NL.find(A); in cend() local
399 auto It = Vertices.find(I); in at() local
408 auto It = Vertices.find(I); in at() local
418 auto It = Edges.find(I); in at() local
427 auto It = Edges.find(I); in at() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp153 for (auto &It : ToMerge->RegToChan) { in tryMergeVector() local
192 for (const auto &It : RSI->RegToChan) { in RebuildVector() local
218 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in RebuildVector() local
235 for (auto &It : PreviousRegSeqByReg) { in RemoveMI() local
239 for (auto &It : PreviousRegSeqByUndefCount) { in RemoveMI() local
264 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in areAllUsesSwizzeable() local
307 It = RSI.RegToChan.begin(), E = RSI.RegToChan.end(); It != E; ++It) { in trackRSI() local
334 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
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
829 for (auto &It : BlockInfoMap) { in run() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp68 auto &It = PendingMembers[0]; in finishStackBlock() local
91 for (auto &It : PendingMembers) { in finishStackBlock() local
166 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block() local
177 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp96 auto It = lower_bound( in inlineLibrary() local
172 for (const auto &It : umbrellas()) { in merge() local
176 for (const auto &It : O->umbrellas()) { in merge() local
247 for (const auto &It : umbrellas()) in remove() local
315 for (const auto &It : umbrellas()) in extract() local
319 for (const auto &It : rpaths()) in extract() 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/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/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/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/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/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h74 const auto *It = VarLocRecords.begin(); in single_locs_end() local
81 const auto *It = VarLocRecords.begin(); in locs_begin() local
89 const auto *It = VarLocRecords.begin(); in locs_end() local
/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
284 for (auto It = Begin; It != End; ++It) { in preassignVRegs() local
/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.cpp27 auto It = Map.find(V); in classifyPointerType() local
81 auto It = Map.find(&F); in classifyFunctionType() local
133 auto It = Map.find(C); in classifyConstantWithOpaquePtr() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp205 LineIterator It(*m_objfile_sp, Record::Func, data.bookmark), in ParseCompileUnitAtIndex() local
245 LineIterator It(*m_objfile_sp, Record::Func, data.bookmark); in GetOrCreateFunction() local
309 LineIterator It(*m_objfile_sp, Record::Func, data.bookmark), in ParseBlocksRecursive() local
650 LineIterator It(*m_objfile_sp, Record::StackCFI, bookmark), in ParseCFIUnwindPlan() local
694 LineIterator It(*m_objfile_sp, Record::StackWin, bookmark); in ParseWinUnwindPlan() local
822 for (LineIterator It(*m_objfile_sp, Record::Func), End(*m_objfile_sp); in ParseCUData() local
856 LineIterator It(*m_objfile_sp, Record::Func, data.bookmark), in ParseLineTableAndSupportFiles() local
899 for (LineIterator It(*m_objfile_sp, Record::StackCFI), End(*m_objfile_sp); in ParseUnwindData() local
910 for (LineIterator It(*m_objfile_sp, Record::StackWin), End(*m_objfile_sp); in ParseUnwindData() local

12345678910>>...19