Home
last modified time | relevance | path

Searched defs:LiveInterval (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h17 class LiveInterval; variable
DLiveRegMatrix.h34 class LiveInterval; variable
DLiveIntervals.h205 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() argument
DLiveInterval.h711 LiveInterval(unsigned Reg, float Weight) : reg(Reg), weight(Weight) {} in LiveInterval() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocBase.h44 class LiveInterval; variable