HomeSort by: relevance | last modified time | path
    Searched defs:getInterval (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveStacks.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
LiveIntervals.h 114 LiveInterval &getInterval(Register Reg) {
121 const LiveInterval &getInterval(Register Reg) const {
122 return const_cast<LiveIntervals*>(this)->getInterval(Reg);

Completed in 27 milliseconds