Searched defs:It (Results 1 - 25 of 189) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DBlockIndexer.cpp83 Index::iterator It; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp33 auto It = Commands->find(SC); local
H A Dfunc-id-helper.cpp26 auto It = FunctionAddresses.find(FuncId); local
54 auto It = FunctionAddresses.find(FuncId); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp66 auto It = RegMasks.find(&FP); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp39 auto It = llvm::upper_bound(Decls, NewInfo); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h29 StoredDeclsMap::iterator It, End; member in class:clang::DeclContext::all_lookups_iterator
39 all_lookups_iterator(StoredDeclsMap::iterator It, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h78 auto It = std::find(Observers.begin(), Observers.end(), O); local
H A DGISelWorkList.h87 auto It = WorklistMap.find(I); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp305 auto It = llvm::find_if( local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp32 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}}); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp62 auto It = find_if(Range, [](const std::unique_ptr<Instruction> &I) { local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp79 auto It = FirstSpecialInsts.find(BB); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp29 auto It = Params.find(Offset); local
H A DRecord.cpp31 auto It = FieldMap.find(FD); local
37 auto It = BaseMap.find(FD); local
43 auto It = VirtualBaseMap.find(FD); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp43 auto It = ActiveRegions.find(Description); local
76 auto It = ActiveRegions.begin(); local
90 auto It = ActiveRegions.find(Description); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h80 typename MapTy::iterator It = Map.find(Key); local
87 typename MapTy::const_iterator It = Map.find(Key); local
97 typename MapTy::iterator It = Map.find(Key); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp108 auto It = lower_bound(M.OpToPatterns, MI->getOpcode(), local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp117 RangeCollIterator It = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp39 auto It = std::partition_point( local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h73 DenseMap<Instruction*, unsigned>::iterator It = WorklistMap.find(I); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp81 MachineFunction::iterator It = ++(BB->getIterator()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp193 ResolveConstantsTy::iterator It = llvm::lower_bound( local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h52 auto It = Functions.find(FunctionId); local
61 auto It = Functions.find(FunctionId); local
68 auto It = Functions.find(FunctionId); local
121 auto It local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h43 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { argument
50 static generic_gep_type_iterator end(ItTy It) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp34 auto It = SymbolMap.find(UniqueId); local
53 auto It = SymbolMap.find(R.Target); local
81 auto It = SectionMap.find(UniqueId); local

Completed in 149 milliseconds

12345678