Home
last modified time | relevance | path

Searched defs:Inserted (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h140 bool Inserted; in getResultImpl() local
201 bool Inserted = in invalidate() local
/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp62 bool Inserted; in MacroExpands() local
226 bool Inserted; in onTokenLexed() local
/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp61 auto Inserted = Remarks.insert(std::move(Remark)); in keep() local
/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp51 bool Inserted = in registerPass() local
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp169 bool Inserted; in getChildDeclContext() local
/llvm-project/llvm/lib/Support/
H A DSignposts.cpp58 const auto &Inserted = Signposts.insert(std::make_pair(O, ID)); in getSignpostForObject() local
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h73 bool Inserted; in getNumber() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DSSAUpdaterBulkTest.cpp178 SmallVector<PHINode *, 8> Inserted; in TEST() local
/llvm-project/llvm/lib/XRay/
H A DProfile.cpp212 bool Inserted; in mergeProfilesByThread() local
245 bool Inserted; in mergeProfilesByStack() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp136 bool Inserted = false; in collectControlConditions() local
169 bool Inserted = false; in addControlCondition() local
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h279 bool Inserted; addEdge() local
/llvm-project/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; add() local
/llvm-project/polly/lib/Support/
H A DVirtualInstruction.cpp326 auto Inserted = UsedAccs.insert(Acc); in walkReachable() local
/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp127 bool Inserted = false; in createEntriesInEntryBlock() local
/llvm-project/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp149 bool Inserted; in dumpSections() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTfrCleanup.cpp295 bool Inserted = false, Erased = false; runOnMachineFunction() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h262 bool Inserted = NewBBs.insert(NewBB).second; recordSplitCriticalEdge() local
/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp922 bool Inserted = RetainedEdges.insert(CalleeN).second; updateCGAndAnalysisManagerForPass() local
958 bool Inserted = RetainedEdges.insert(RefereeN).second; updateCGAndAnalysisManagerForPass() local
H A DCaptureTracking.cpp462 bool Inserted; in isNonEscapingLocalObject() local
H A DIRSimilarityIdentifier.cpp1299 bool Inserted; findCandidateStructures() local
1431 bool Inserted = false; findCandidates() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp386 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates() local
444 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp221 bool Inserted; in merge() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp113 auto Inserted = ToHeaderFile(Preferred); global() local
/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp299 auto Inserted = [&](const Symbol &Sym, llvm::StringRef Header) in fixesForSymbols() local
/llvm-project/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp359 auto Inserted = M->getOrInsertFunction(Fname, FnType); in createFunctionWithSampleProfileElisionPolicy() local

123