Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp73 const unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
79 LLVM_DEBUG(dbgs() << LS->getNumIntervals() << " intervals\n"); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveStacks.h64 unsigned getNumIntervals() const { return (unsigned)S2IMap.size(); } in getNumIntervals() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp259 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots()
532 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()