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