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 200 /// SplitEditor - Edit machine code and LiveIntervals for live range
203 /// - Create a SplitEditor from a SplitAnalysis.
211 class LLVM_LIBRARY_VISIBILITY SplitEditor {
224 /// created. SplitEditor automatically creates interval 0 to contain
351 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
353 SplitEditor(SplitAnalysis &SA, LiveIntervals&, VirtRegMap&,
SplitKit.cpp 320 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
321 SplitEditor::SplitEditor(SplitAnalysis &sa, LiveIntervals &lis, VirtRegMap &vrm,
330 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
350 void SplitEditor::dump() const {
362 VNInfo *SplitEditor::defValue(unsigned RegIdx,
398 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo *ParentVNI) {
419 VNInfo *SplitEditor::defFromParent(unsigned RegIdx,
451 unsigned SplitEditor::openIntv() {
462 void SplitEditor::selectIntv(unsigned Idx)
    [all...]

Completed in 48 milliseconds