reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1722 SE->splitSingleBlock(BI); 1727 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); 1729 SE->splitRegInBlock(BI, IntvIn, IntfIn); 1731 SE->splitRegOutBlock(BI, IntvOut, IntfOut); 1766 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); 1773 SE->finish(&IntvMap); 1978 SE->reset(LREdit, SplitSpillMode); 1988 Cand.IntvIdx = SE->openIntv(); 2001 Cand.IntvIdx = SE->openIntv(); 2025 SE->reset(LREdit, SplitSpillMode); 2030 SE->splitSingleBlock(BI); 2038 SE->finish(&IntvMap); 2096 SE->reset(LREdit, SplitEditor::SM_Size); 2121 SE->openIntv(); 2122 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); 2123 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); 2124 SE->useIntv(SegStart, SegStop); 2133 SE->finish(&IntvMap); 2422 SE->reset(LREdit); 2424 SE->openIntv(); 2425 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); 2426 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); 2427 SE->useIntv(SegStart, SegStop); 2429 SE->finish(&IntvMap); 3250 SE.reset(new SplitEditor(*SA, *AA, *LIS, *VRM, *DomTree, *MBFI));