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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveStacks.h 78 bool hasInterval(int Slot) const { return S2IMap.count(Slot); }
LiveIntervals.h 115 if (hasInterval(Reg))
125 bool hasInterval(Register Reg) const {
132 assert(!hasInterval(Reg) && "Interval already exists!");

Completed in 16 milliseconds