Searched refs:useIntv (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp531 /// useIntv - indicate that all instructions in MBB should use OpenLI.
532 void SplitEditor::useIntv(const MachineBasicBlock &MBB) { function in class:SplitEditor
533 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB));
536 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { function in class:SplitEditor
537 assert(OpenIdx && "openIntv not called before useIntv");
538 DEBUG(dbgs() << " useIntv [" << Start << ';' << End << "):");
1156 useIntv(SegStart, leaveIntvAfter(BI.LastInstr));
1160 useIntv(SegStart, SegStop);
1230 useIntv(Start, Stop);
1250 useIntv(Id
[all...]
H A DSplitKit.h205 /// - 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);
H A DRegAllocGreedy.cpp1313 SE->useIntv(SegStart, SegStop);
1610 SE->useIntv(SegStart, SegStop);

Completed in 373 milliseconds