Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h326 bool expiredAt(SlotIndex index) const { in expiredAt() function
/external/llvm/lib/CodeGen/
DLiveInterval.cpp935 assert((LIV[eq]->empty() || LIV[eq]->expiredAt(I->start)) && in Distribute()