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

  /external/llvm/lib/CodeGen/
SplitKit.h 205 /// - Mark the ranges where the new interval is used with useIntv*
382 /// useIntv - indicate that all instructions in MBB should use OpenLI.
383 void useIntv(const MachineBasicBlock &MBB);
385 /// useIntv - indicate that all instructions in range should use OpenLI.
386 void useIntv(SlotIndex Start, SlotIndex End);
SplitKit.cpp 531 /// useIntv - indicate that all instructions in MBB should use OpenLI.
532 void SplitEditor::useIntv(const MachineBasicBlock &MBB) {
533 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB));
536 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) {
537 assert(OpenIdx && "openIntv not called before useIntv");
538 DEBUG(dbgs() << " useIntv [" << Start << ';' << End << "):");
    [all...]
RegAllocGreedy.cpp     [all...]

Completed in 395 milliseconds