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

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 92 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
100 for (unsigned i = 0, e = VRInfo.Kills.size(); i != e; ++i)
101 if (VRInfo.Kills[i]->getParent() == MBB) {
102 VRInfo.Kills.erase(VRInfo.Kills.begin()+i); // Erase entry
108 if (VRInfo.AliveBlocks.test(BBNum))
112 VRInfo.AliveBlocks.set(BBNum);
118 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList);
127 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 88 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
96 for (unsigned i = 0, e = VRInfo.Kills.size(); i != e; ++i)
97 if (VRInfo.Kills[i]->getParent() == MBB) {
98 VRInfo.Kills.erase(VRInfo.Kills.begin()+i); // Erase entry
104 if (VRInfo.AliveBlocks.test(BBNum))
108 VRInfo.AliveBlocks.set(BBNum);
113 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
117 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList);
122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList)
    [all...]

Completed in 154 milliseconds