Searched refs:VRInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveVariables.cpp | 120 VarInfo &VRInfo, MachineBasicBlock *DefBlock, MachineBasicBlock *MBB, in MarkVirtRegAliveInBlock() argument 126 for (unsigned i = 0, e = VRInfo.Kills.size(); i != e; ++i) in MarkVirtRegAliveInBlock() 127 if (VRInfo.Kills[i]->getParent() == MBB) { in MarkVirtRegAliveInBlock() 128 VRInfo.Kills.erase(VRInfo.Kills.begin()+i); // Erase entry in MarkVirtRegAliveInBlock() 134 if (VRInfo.AliveBlocks.test(BBNum)) in MarkVirtRegAliveInBlock() 138 VRInfo.AliveBlocks.set(BBNum); in MarkVirtRegAliveInBlock() 144 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo, in MarkVirtRegAliveInBlock() argument 148 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock() 152 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock() 162 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegUse() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 273 LLVM_ABI void MarkVirtRegAliveInBlock(VarInfo &VRInfo, 277 MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *DefBlock,
|