Searched defs:LiveInterval (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocBase.h | 46 class LiveInterval; variable
|
H A D | RegAllocEvictionAdvisor.h | 22 class LiveInterval; variable
|
H A D | SplitKit.h | 35 class LiveInterval; variable [all...] |
H A D | MLRegallocEvictAdvisor.cpp |
|
H A D | MLRegAllocEvictAdvisor.cpp | 591 const LiveInterval &, const AllocationOrder &, unsigned, uint8_t, in tryFindEvictionCandidatePosition()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRegMatrix.h | 34 class LiveInterval; variable
|
H A D | CalcSpillWeights.h | 16 class LiveInterval; variable
|
H A D | LiveIntervals.h | 222 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() argument
|
H A D | LiveInterval.h | 723 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval() function
|
H A D | TargetRegisterInfo.h | 43 class LiveInterval; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 132 ArrayRef<SmallVector<LiveInterval *, 4>> Assignments, in undefInvalidDbgValues()
|