Searched defs:Iter (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp91 PHILinearize::PHIInfoT::iterator Iter; member in class:PHILinearizeDestIterator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DTransformer.cpp49 auto Iter = ChangesByFileID local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryItemStream.h91 auto Iter = llvm::lower_bound(ItemEndOffsets, Offset); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp93 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); local
98 auto Iter = Mapping.insert({cast<MDString>(Op.get())->getString(), 0}); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp98 auto Iter = StringToId.find(S); local
104 auto Iter = IdToString.find(Id); local
H A DDebugChecksumsSubsection.cpp112 auto Iter = OffsetMap.find(Offset); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h56 auto Iter = Individual.try_emplace(Kind, 1, RecordSize); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DSourceMgr.h36 SourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp73 auto Iter = InlineSitesFromRemarks.find(Combined); local
H A DCFLSteensAliasAnalysis.cpp248 auto Iter = Cache.find(Fn); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp116 auto Iter = SymbolArray.at(Offset); local
H A DNamedStreamMap.cpp101 auto Iter = OffsetIndexMap.find_as(Stream, HashTraits); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h69 auto Iter = std::upper_bound(Begin, End, R); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h264 auto Iter = std::lower_bound(Begin, End, AddrOffset); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DLinkage.h96 auto Iter = CachedLinkageInfo.find(makeCacheKey(ND, Kind)); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp131 auto Iter = CountFrequencies.begin(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp101 static bool StepOverPredicatedInstrs(MachineBasicBlock::instr_iterator &Iter, argument
126 static bool IsVPRDefinedOrKilledByBlock(MachineBasicBlock::iterator Iter, argument
157 CreateVPTBlock(MachineBasicBlock::instr_iterator &Iter, MachineBasicBlock::instr_iterator EndIter, SmallVectorImpl<MachineInstr *> &DeadInstructions) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCPseudoProbe.cpp79 auto Iter = Inlinees.find(Site); local
118 auto Iter = InlineStack.begin(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TileConfig.cpp177 auto Iter = DefMI.getIterator(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DInterfaceFile.cpp34 auto Iter = local
62 auto Iter = lower_bound(ParentUmbrellas, Target_, local
75 auto Iter = lower_bound(UUIDs, Target_, local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp203 void MismatchedIteratorChecker::verifyMatch(CheckerContext &C, const SVal &Iter, argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DUnresolvedSet.h40 explicit UnresolvedSetIterator(DeclAccessPair *Iter) argument
42 explicit UnresolvedSetIterator(const DeclAccessPair *Iter) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp212 auto Iter = FixedFieldsInfoMap.find(UpperType); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h212 auto Iter = Entries.try_emplace(Name.getString(), Name, Hash).first; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h260 auto Iter = find_as(K, Traits); local

Completed in 326 milliseconds

1234