HomeSort by relevance Sort by last modified time
    Searched refs:FirstDef (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 73 SlotIndex FirstDef; ///< First non-phi valno->def, or SlotIndex().
SplitKit.cpp 196 BI.FirstDef = BI.FirstInstr;
222 BI.FirstInstr = BI.FirstDef = LVI->start;
227 if (!BI.FirstDef)
228 BI.FirstDef = LVI->start;
    [all...]
RegAllocGreedy.cpp 687 BC.ChangesValue = BI.FirstDef;
885 if (BI.LiveIn && BI.LiveOut && BI.FirstDef)
    [all...]

Completed in 39 milliseconds