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