/llvm-project/llvm/include/llvm/IR/ |
H A D | PassManagerImpl.h | 140 bool Inserted; in getResultImpl() local 201 bool Inserted = in invalidate() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | MacroExpansionContext.cpp | 62 bool Inserted; in MacroExpands() local 226 bool Inserted; in onTokenLexed() local
|
/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkLinker.cpp | 61 auto Inserted = Remarks.insert(std::move(Remark)); in keep() local
|
/llvm-project/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 51 bool Inserted = in registerPass() local
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.cpp | 169 bool Inserted; in getChildDeclContext() local
|
/llvm-project/llvm/lib/Support/ |
H A D | Signposts.cpp | 58 const auto &Inserted = Signposts.insert(std::make_pair(O, ID)); in getSignpostForObject() local
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 73 bool Inserted; in getNumber() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | SSAUpdaterBulkTest.cpp | 178 SmallVector<PHINode *, 8> Inserted; in TEST() local
|
/llvm-project/llvm/lib/XRay/ |
H A D | Profile.cpp | 212 bool Inserted; in mergeProfilesByThread() local 245 bool Inserted; in mergeProfilesByStack() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 136 bool Inserted = false; in collectControlConditions() local 169 bool Inserted = false; in addControlCondition() local
|
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | CFGMST.h | 279 bool Inserted; addEdge() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangSyntaxEmitter.cpp | 88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; add() local
|
/llvm-project/polly/lib/Support/ |
H A D | VirtualInstruction.cpp | 326 auto Inserted = UsedAccs.insert(Acc); in walkReachable() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 127 bool Inserted = false; in createEntriesInEntryBlock() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 149 bool Inserted; in dumpSections() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTfrCleanup.cpp | 295 bool Inserted = false, Erased = false; runOnMachineFunction() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 262 bool Inserted = NewBBs.insert(NewBB).second; recordSplitCriticalEdge() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 922 bool Inserted = RetainedEdges.insert(CalleeN).second; updateCGAndAnalysisManagerForPass() local 958 bool Inserted = RetainedEdges.insert(RefereeN).second; updateCGAndAnalysisManagerForPass() local
|
H A D | CaptureTracking.cpp | 462 bool Inserted; in isNonEscapingLocalObject() local
|
H A D | IRSimilarityIdentifier.cpp | 1299 bool Inserted; findCandidateStructures() local 1431 bool Inserted = false; findCandidates() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 386 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 D | AMDGPUInsertDelayAlu.cpp | 221 bool Inserted; in merge() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | HeadersTests.cpp | 113 auto Inserted = ToHeaderFile(Preferred); global() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeFixer.cpp | 299 auto Inserted = [&](const Symbol &Sym, llvm::StringRef Header) in fixesForSymbols() local
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | SampleProfTest.cpp | 359 auto Inserted = M->getOrInsertFunction(Fname, FnType); in createFunctionWithSampleProfileElisionPolicy() local
|