Searched defs:It (Results 51 - 75 of 189) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h235 auto It = ControlDepenencyMap.find(A); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp346 MachineFunction::iterator It = MBB->getIterator(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h241 auto It = M->Data.find(Key); local
250 auto It = HT.find_hashed(Key, KeyHash); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h158 Self It; member in class:llvm::SuccIterator::SuccessorProxy
161 SuccessorProxy(const Self &It) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp89 iterator It = std::find_if(begin(), end(), local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h403 auto *&It = InstructionIteratorMap[PP]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h84 auto It = GlobalSpecMap.find(FAddr); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h260 DenseMap<const Value*, unsigned>::const_iterator It = ValueMap.find(PN); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp140 const DenseMap<unsigned, unsigned>::const_iterator It = PVs.find(Src); local
312 MachineBasicBlock::iterator It = VLIWPacketizerList::addToPacket(MI); variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h98 auto It = vars.find(Name); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp162 auto It = Regs.find(MsgPackDoc.getNode(Reg)); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp292 auto It = CachedSorts.insert(toZ3Sort(Sort)); local
299 auto It = CachedExprs.insert(toZ3Expr(Exp)); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp38 auto It = NodesMap.find(Id); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp46 auto It = ExtraTokens.try_emplace(FID, tokenize(FID, SourceMgr, LangOpts)); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp72 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { local
H A DSyncDependenceAnalysis.cpp167 auto It = DefMap.find(Block); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp88 auto It = GlobalIndices.find(VD); local
95 auto It = GlobalIndices.find(P); local
130 auto It = DummyParams.find(PD); local
190 auto It local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp67 Iterator(BindingArray::const_iterator It) : iterator_adaptor_base(It) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h82 auto It = BBInfos.find(BB); local
89 auto It = BBInfos.find(BB); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp132 auto It = PathIDMap.find(P); local
150 auto It = RootToLeafPath.begin(); local
203 ThreadProfileIndexMap::iterator It; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp918 auto It = Flags.find(Name); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp112 MuxInfo(MachineBasicBlock::iterator It, unsigned DR, unsigned PR, argument
261 auto It = CM.insert(std::make_pair(DR, CondsetInfo())); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp118 MachineFunction::iterator It = ++BB.getIterator(); local
254 MachineFunction::iterator It = ++BB.getIterator(); local
424 MachineFunction::iterator It local
717 MachineFunction::iterator It = ++BB.getIterator(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp592 auto It = CXXParent->captures_begin() + Field->getFieldIndex(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp475 auto It = llvm::lower_bound(Idx, SubstringAndIndex{Key, 0}); local
[all...]

Completed in 393 milliseconds

12345678