Searched defs:LRE (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocBasic.cpp | 239 LiveRangeEdit LRE(Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); spillInterferences() local 299 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); selectOrSplit() local
|
H A D | RegAllocPBQP.cpp | 695 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, spillVReg() local
|
H A D | SplitKit.cpp | 367 Edit = &LRE; in reset() argument
|
H A D | RegAllocGreedy.cpp | 2502 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); selectOrSplitImpl() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | MisleadingBidirectional.cpp | 28 LRE = 0x202A, in containsMisleadingBidi() enumerator
|