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

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 90 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
98 for (unsigned i = 0, e = VRInfo.Kills.size(); i != e; ++i)
99 if (VRInfo.Kills[i]->getParent() == MBB) {
100 VRInfo.Kills.erase(VRInfo.Kills.begin()+i); // Erase entry
106 if (VRInfo.AliveBlocks.test(BBNum))
110 VRInfo.AliveBlocks.set(BBNum);
116 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
120 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList);
125 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 280 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
282 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,

Completed in 58 milliseconds