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

  /external/llvm/lib/CodeGen/
StackColoring.cpp 103 BitVector LiveOut;
220 DEBUG(dbgs()<<"LIVEOUT: {");
221 for (unsigned i=0; i < BlockInfo.LiveOut.size(); ++i)
222 DEBUG(dbgs()<<BlockInfo.LiveOut.test(i)<<" ");
316 LocalLiveIn |= I->second.LiveOut;
358 if (LocalLiveOut.test(BlockInfo.LiveOut)) {
360 BlockInfo.LiveOut |= LocalLiveOut;
413 for (int pos = MBBLiveness.LiveOut.find_first(); pos != -1;
414 pos = MBBLiveness.LiveOut.find_next(pos)) {
SplitKit.h 73 bool LiveOut; ///< Current reg is live out.
SplitKit.cpp 218 BI.LiveOut = true;
222 BI.LiveOut = false;
233 BI.LiveOut = false;
239 BI.LiveOut = true;
    [all...]
RegAllocGreedy.cpp     [all...]
LiveIntervalAnalysis.cpp 370 SmallPtrSet<MachineBasicBlock*, 16> LiveOut;
390 if (!LiveOut.insert(Pred).second)
406 if (!LiveOut.insert(Pred).second)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 154 DenseMap<BasicBlock *, DenseSet<Value *>> LiveOut;
    [all...]

Completed in 871 milliseconds