Home
last modified time | relevance | path

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

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