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

  /external/llvm/lib/CodeGen/
SplitKit.h 199 /// SplitEditor - Edit machine code and LiveIntervals for live range
202 /// - Create a SplitEditor from a SplitAnalysis.
210 class SplitEditor {
222 /// created. SplitEditor automatically creates interval 0 to contain
349 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
351 SplitEditor(SplitAnalysis &SA, LiveIntervals&, VirtRegMap&,
SplitKit.cpp 324 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
325 SplitEditor::SplitEditor(SplitAnalysis &sa,
340 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
360 void SplitEditor::dump() const {
372 VNInfo *SplitEditor::defValue(unsigned RegIdx,
408 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo *ParentVNI) {
428 VNInfo *SplitEditor::defFromParent(unsigned RegIdx,
460 unsigned SplitEditor::openIntv() {
471 void SplitEditor::selectIntv(unsigned Idx)
    [all...]

Completed in 846 milliseconds