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

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 42 /// Seen - Bit vector of active entries in LiveOut, also used as a visited
55 /// LiveOut - Map each basic block where a live range is live out to the
62 /// 2. LiveOut[MBB].second.getNode() == MBB
64 /// 3. forall P in preds(MBB): LiveOut[P] == LiveOut[MBB]
72 LiveOutMap LiveOut;
209 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0);
SplitKit.h 72 bool LiveOut; ///< Current reg is live out.
StackColoring.cpp 91 BitVector LiveOut;
206 DEBUG(dbgs()<<"LIVEOUT: {");
207 for (unsigned i=0; i < BlockLiveness[*FI].LiveOut.size(); ++i)
208 DEBUG(dbgs()<<BlockLiveness[*FI].LiveOut.test(i)<<" ");
299 LocalLiveIn |= BlockLiveness[*PI].LiveOut;
339 if (LocalLiveOut.test(BlockLiveness[BB].LiveOut)) {
341 BlockLiveness[BB].LiveOut |= LocalLiveOut;
395 Alive |= BlockLiveness[MBB].LiveOut;
LiveIntervalAnalysis.cpp 449 // for those implicit_def that define values which are liveout of their
615 SmallPtrSet<MachineBasicBlock*, 16> LiveOut;
673 if (!LiveOut.insert(*PI))
690 if (!LiveOut.insert(*PI))
    [all...]

Completed in 904 milliseconds