Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DMemProf.cpp42 const uint64_t NumNodes = endian::readNext<uint64_t, little, unaligned>(Ptr); in deserialize() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp477 ExtTSPImpl(size_t NumNodes, const std::vector<uint64_t> &NodeSizes, in ExtTSPImpl()
930 const size_t NumNodes; member in __anone35372fe0111::ExtTSPImpl
960 size_t NumNodes = NodeSizes.size(); in applyExtTspLayout() local
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h327 int64_t NumNodes = 0; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp783 unsigned NumNodes = Sequence.size(); in EmitSchedule() local
H A DScheduleDAGSDNodes.cpp332 unsigned NumNodes = 0; in BuildSchedUnits() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFoldingSet.h125 unsigned NumNodes; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp613 unsigned NumNodes = 0; member in ScheduleDAGInstrs::Value2SUsMap