Home
last modified time | relevance | path

Searched defs:Added (Results 1 – 24 of 24) sorted by relevance

/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/Inputs/
H A Dpr-44884.cpp9 FLOAT Added = Value + Param; in foo() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp148 StringRef Added = Color ? "\033[32m+%l\033[0m\n" : "+%l\n"; in runOnFunction() local
H A DMachineInstrBundle.cpp209 SmallSet<Register, 32> Added; in finalizeBundle() local
H A DRegisterCoalescer.cpp795 LiveRange::Segment Added = LiveRange::Segment(S.start, S.end, DstValNo); addSegmentsWithValNo() local
H A DMachinePipeliner.cpp1644 BitVector Added(SUnits.size()); createAdjacencyStructure() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp313 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true); in isSafeToMoveTogether() local
378 bool Added = I1.addRegisterKilled(KilledOperand, TRI); in isSafeToMoveTogether() local
/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h352 bool Added = BlockDFSInfo.try_emplace(Block, ++Counter).second; dfs() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp431 bool Added = Node.addDataChild(Entry.Identifier.ID, Table.MajorVersion, in addChildren() local
503 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(), in addLanguageNode() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h89 enum class LVComparePass { Missing, Added }; enumerator
H A DLVOptions.h201 bool Added = false; // Added elements found during comparison. variable
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp445 bool Added = false; in CheckForLiveRegDef() local
H A DSelectionDAGISel.cpp854 SmallPtrSet<SDNode *, 16> Added; ComputeLiveOutVRegInfo() local
/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp635 bool Added = false; populateReferenceGroups() local
H A DMemorySSAUpdater.cpp931 SmallSetVector<BasicBlock *, 2> Added; applyInsertUpdates() member
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp326 bool Added = Nodes.insert({From, To}).second; in add() local
335 bool Added = NNSNodes.insert({From, To}).second; in add() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp185 auto Added = testPath("added.cpp"); in TEST_F() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1527 bool Added = false; addFact() local
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1347 ++Added.Suffix; in buildStructorSignature() local
2043 bool Added; enumerateVBTables() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp2467 bool Added = tryAddEdge(A, B); link() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2057 bool Added = false; getFPFusedMultiplyPatterns() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp247 bool Added = QueryRegistrations[&JD].insert(std::move(Name)).second; addQueryDependence() local
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1545 const std::string Added = UseColour ? "\033[32m+%l\033[0m\n" : "+%l\n"; handleFunctionCompare() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h485 enum class Kind { Added, Removed, ConditionMismatch }; global() enumerator