Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp324 return LI.expiredAt(SI); in regJustKilledBefore()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h368 bool expiredAt(SlotIndex index) const { in expiredAt() function
/external/llvm/lib/CodeGen/
DLiveInterval.cpp1408 assert((LIV[eq]->empty() || LIV[eq]->expiredAt(I->start)) && in Distribute()