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