Searched defs:It (Results 101 - 125 of 189) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp883 auto It = std::find(Start, End, StringRef("+mte")); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp158 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) { local
180 auto It local
570 auto It = Result.Files.try_emplace(FID); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h663 auto It = RewriteResults.find(S); local
H A DMemorySSA.h803 auto It = PerBlockAccesses.find(BB); local
809 auto It = PerBlockDefs.find(BB); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp150 auto It = llvm::sys::path::rbegin(PathEntry); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp209 auto It = DelimiterStyle.find(Delimiter); local
218 auto It = EnclosingFunctionStyle.find(EnclosingFunction); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp679 auto It = Rules.find(*ParentRule); local
703 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h273 std::reverse_iterator<IteratorTy> make_reverse_iterator(IteratorTy It) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h271 DenseMap<SUnit *, std::pair<unsigned, int64_t>>::iterator It = local
H A DMachineBasicBlock.h947 inline IterT skipDebugInstructionsForward(IterT It, IterT End) { argument
958 inline IterT skipDebugInstructionsBackward(IterT It, IterT Begin) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1159 auto It = StackSlotToOrigLI.find(StackSlot); local
H A DMachineOutliner.cpp647 mapToLegalUnsigned( MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, bool &HaveLegalRange, unsigned &NumLegalInBlock, std::vector<unsigned> &UnsignedVecForMBB, std::vector<MachineBasicBlock::iterator> &InstrListForMBB) argument
700 mapToIllegalUnsigned( MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, std::vector<unsigned> &UnsignedVecForMBB, std::vector<MachineBasicBlock::iterator> &InstrListForMBB) argument
1385 auto It = FunctionToInstrCount.find(Fname); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp858 auto It = std::next(getVarRefs().end(), NumLoop); local
868 auto It = std::next(getVarRefs().end(), NumLoop); local
878 auto It = std::next(getVarRefs().end(), NumLoop); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp400 auto It = local
508 auto It = findFunctionInConfig(CustomPropagations, FData); local
567 auto It = findFunctionInConfig(CustomFilters, FData); local
917 auto It = findFunctionInConfig(CustomSinks, FData); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp156 auto It = SpillMap.find(Relocate->getDerivedPtr()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp212 auto It = std::find_if(M.begin(), M.end(), local
H A DFunction.cpp555 auto It = partition_point( local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h512 auto It = Cand.rfind(Suffix); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1504 CachedNonLocalPointerInfo::iterator It = NonLocalPointerDeps.find(P); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp958 SequenceIter It = llvm::upper_bound(Sequences, Sequence, local
1167 auto It = LineToUnit.find(Offset); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp183 auto It = llvm::find_if( local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp588 auto It = ProfileDataMap.find(Name); local
599 auto It = ProfileDataMap.find(Name); local
736 auto It = ProfileDataMap.find(NamePtr); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp119 auto It = ThrowableInst.find(DeadInst); local
H A DGVNHoist.cpp348 auto It = BBSideEffects.find(BB); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp996 auto It = IAPrinterMap.find(getQualifiedName(Inst->TheDef)); local

Completed in 306 milliseconds

12345678