Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp233 void StackLifetime::calculateLiveIntervals() { in calculateLiveIntervals() function in StackLifetime
343 calculateLiveIntervals(); in run()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h133 void calculateLiveIntervals();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DStackColoring.cpp528 void calculateLiveIntervals(unsigned NumSlots);
858 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals() function in StackColoring
1267 calculateLiveIntervals(NumSlots); in runOnMachineFunction()