Searched refs:VRInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 92 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo, in MarkVirtRegAliveInBlock() argument 100 for (unsigned i = 0, e = VRInfo.Kills.size(); i != e; ++i) in MarkVirtRegAliveInBlock() 101 if (VRInfo.Kills[i]->getParent() == MBB) { in MarkVirtRegAliveInBlock() 102 VRInfo.Kills.erase(VRInfo.Kills.begin()+i); // Erase entry in MarkVirtRegAliveInBlock() 108 if (VRInfo.AliveBlocks.test(BBNum)) in MarkVirtRegAliveInBlock() 112 VRInfo.AliveBlocks.set(BBNum); in MarkVirtRegAliveInBlock() 118 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo, in MarkVirtRegAliveInBlock() argument 122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock() 127 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock() 137 VarInfo& VRInfo = getVarInfo(reg); in HandleVirtRegUse() local [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 272 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
|