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

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 37 /// Seen - Bit vector of active entries in LiveOut, also used as a visited
50 /// LiveOut - Map each basic block where a live range is live out to the
57 /// 2. LiveOut[MBB].second.getNode() == MBB
59 /// 3. forall P in preds(MBB): LiveOut[P] == LiveOut[MBB]
67 LiveOutMap LiveOut;
194 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0);
SplitKit.h 72 bool LiveOut; ///< Current reg is live out.

Completed in 101 milliseconds