Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.h46 class LiveInterval; variable
H A DRegAllocEvictionAdvisor.h22 class LiveInterval; variable
H A DSplitKit.h35 class LiveInterval; variable
[all...]
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp591 const LiveInterval &, const AllocationOrder &, unsigned, uint8_t, in tryFindEvictionCandidatePosition()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h34 class LiveInterval; variable
H A DCalcSpillWeights.h16 class LiveInterval; variable
H A DLiveIntervals.h222 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() argument
H A DLiveInterval.h723 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval() function
H A DTargetRegisterInfo.h43 class LiveInterval; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp132 ArrayRef<SmallVector<LiveInterval *, 4>> Assignments, in undefInvalidDbgValues()