Home
last modified time | relevance | path

Searched defs:NumNodes (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DMemProf.cpp42 const uint64_t NumNodes = endian::readNext<uint64_t, little, unaligned>(Ptr); in deserialize() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp442 ExtTSPImpl(size_t NumNodes, const std::vector<uint64_t> &NodeSizes, in ExtTSPImpl()
885 const size_t NumNodes; member in __anon97d149770111::ExtTSPImpl
915 size_t NumNodes = NodeSizes.size(); in applyExtTspLayout() local
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h327 int64_t NumNodes = 0; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp786 unsigned NumNodes = Sequence.size(); in EmitSchedule() local
H A DScheduleDAGSDNodes.cpp328 unsigned NumNodes = 0; in BuildSchedUnits() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFoldingSet.h125 unsigned NumNodes; variable
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp791 uint32_t NumNodes; member
985 const uint32_t NumNodes; member
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp607 unsigned NumNodes = 0; member in ScheduleDAGInstrs::Value2SUsMap