Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h181 bool containsInterval(SlotIndex S, SlotIndex E) const { in containsInterval() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp575 assert(I->containsInterval(Start, End) in removeSegment()