Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp146 StringRef Added = Color ? "\033[32m+%l\033[0m\n" : "+%l\n"; in runOnFunction() local
H A DMachineInstrBundle.cpp213 SmallSet<Register, 32> Added; in finalizeBundle() local
H A DRegisterCoalescer.cpp794 LiveRange::Segment Added = LiveRange::Segment(S.start, S.end, DstValNo); in addSegmentsWithValNo() local
H A DMachinePipeliner.cpp1173 BitVector Added(SUnits.size()); in createAdjacencyStructure() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp313 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true); in isSafeToMoveTogether() local
377 bool Added = I1.addRegisterKilled(KilledOperand, TRI); in isSafeToMoveTogether() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h320 bool Added = BlockDFSInfo.try_emplace(Block, ++Counter).second; in dfs() local
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp430 bool Added = Node.addDataChild(Entry.Identifier.ID, Table.MajorVersion, in addChildren() local
502 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(), in addLanguageNode() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h105 enum class LVComparePass { Missing, Added }; enumerator
H A DLVOptions.h201 bool Added = false; // Added elements found during comparison. variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp630 bool Added = false; in populateReferenceGroups() local
H A DMemorySSAUpdater.cpp956 SmallSetVector<BasicBlock *, 2> Added; in applyInsertUpdates() member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp449 bool Added = false; in CheckForLiveRegDef() local
H A DSelectionDAGISel.cpp703 SmallPtrSet<SDNode *, 16> Added; in ComputeLiveOutVRegInfo() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp913 bool Added = tryAddEdge(A, B); in link() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp826 bool Added = false; in addFact() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1466 bool Added = false; in getFPFusedMultiplyPatterns() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1308 AddedStructorArgCounts Added; in buildStructorSignature() local
2016 bool Added; in enumerateVBTables() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp225 bool Added = QueryRegistrations[&JD].insert(std::move(Name)).second; in addQueryDependence() local
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1207 const std::string Added = UseColour ? "\033[32m+%l\033[0m\n" : "+%l\n"; in handleFunctionCompare() local