Home
last modified time | relevance | path

Searched refs:getNumIntervals (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveStacks.h60 unsigned getNumIntervals() const { return (unsigned)S2IMap.size(); } in getNumIntervals() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp214 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots()
499 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()