Home
last modified time | relevance | path

Searched refs:expiredAt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeUtils.h34 assert((SplitLRs[eq-1]->empty() || SplitLRs[eq-1]->expiredAt(I->start)) && in DistributeRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp318 return LI.expiredAt(SI); in regJustKilledBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h397 bool expiredAt(SlotIndex index) const { in expiredAt() function