Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.h30 class LiveInterval; variable
DSplitKit.h28 class LiveInterval; variable
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h19 class LiveInterval; variable
DLiveRegMatrix.h33 class LiveInterval; variable
DLiveInterval.h628 LiveInterval(unsigned Reg, float Weight) in LiveInterval() function
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocBase.h44 class LiveInterval; variable
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocBase.h44 class LiveInterval; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h34 class LiveInterval; variable
DCalcSpillWeights.h17 class LiveInterval; variable
DLiveIntervals.h205 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() argument
DLiveInterval.h717 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval() function
DTargetRegisterInfo.h43 class LiveInterval; variable