Searched defs:LiveOut (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h42 /// 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; member in class:llvm::LiveRangeCalc
209 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0);
H A DSplitKit.h72 bool LiveOut; ///< Current reg is live out. member in struct:llvm::SplitAnalysis::BlockInfo
H A DStackColoring.cpp91 BitVector LiveOut; member in struct:__anon8736::StackColoring::BlockLifetimeInfo
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;
H A DLiveIntervalAnalysis.cpp615 SmallPtrSet<MachineBasicBlock*, 16> LiveOut; local
673 if (!LiveOut.insert(*PI))
690 if (!LiveOut.insert(*PI))

Completed in 134 milliseconds