Searched refs:CommonMBB (Results 1 – 1 of 1) sorted by relevance
629 const MachineBasicBlock *CommonMBB = nullptr; in scavengeVReg() local634 if (CommonMBB == nullptr) in scavengeVReg()635 CommonMBB = MBB; in scavengeVReg()636 assert(MBB == CommonMBB && "All defs+uses must be in the same basic block"); in scavengeVReg()