Searched defs:LiveInterval (Results 1 – 10 of 10) sorted by relevance
/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
|
H A D | MLRegAllocEvictAdvisor.cpp | 589 tryFindEvictionCandidatePosition(const LiveInterval &,const AllocationOrder &,unsigned,uint8_t,const SmallVirtRegSet &) const tryFindEvictionCandidatePosition() argument [all...] |
/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 | 210 pruneValue(LiveInterval &,SlotIndex,SmallVectorImpl<SlotIndex> *) pruneValue() argument [all...] |
H A D | LiveInterval.h | 723 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval() function [all...] |
H A D | TargetRegisterInfo.h | 43 class LiveInterval; variable
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 132 ArrayRef<SmallVector<LiveInterval *, 4>> Assignments, in undefInvalidDbgValues() argument [all...] |