HomeSort by relevance Sort by last modified time
    Searched refs:EmergencySpillSlots (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.cpp 76 EmergencySpillSlots.clear();
164 EmergencySpillSlots.find(RC);
165 if (I != EmergencySpillSlots.end())
167 return EmergencySpillSlots[RC] = createSpillSlot(RC);
VirtRegMap.h 113 /// EmergencySpillSlots - This records emergency spill slots used to
117 std::map<const TargetRegisterClass*, int> EmergencySpillSlots;

Completed in 53 milliseconds