Searched refs:SplitEditor (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 291 SplitEditor::SplitEditor(SplitAnalysis &sa, in SplitEditor() function in SplitEditor 305 void SplitEditor::reset(LiveRangeEdit &lre) { in reset() 319 void SplitEditor::dump() const { in dump() 330 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() 365 void SplitEditor::markComplexMapped(unsigned RegIdx, const VNInfo *ParentVNI) { in markComplexMapped() 382 void SplitEditor::extendRange(unsigned RegIdx, SlotIndex Idx) { in extendRange() 419 VNInfo *SplitEditor::findReachingDefs(LiveInterval *LI, in findReachingDefs() 496 void SplitEditor::updateSSA() { in updateSSA() 591 VNInfo *SplitEditor::defFromParent(unsigned RegIdx, in defFromParent() 625 unsigned SplitEditor::openIntv() { in openIntv() [all …]
|
D | SplitKit.h | 206 class SplitEditor { 347 SplitEditor(SplitAnalysis &SA, LiveIntervals&, VirtRegMap&,
|
D | RegAllocGreedy.cpp | 150 std::auto_ptr<SplitEditor> SE; 1405 SE.reset(new SplitEditor(*SA, *LIS, *VRM, *DomTree)); in runOnMachineFunction()
|