Searched refs:MBBIECommon (Results 1 – 2 of 2) sorted by relevance
793 MachineBasicBlock::reverse_iterator MBBIECommon = MBBCommon.rend(); in mergeMMOsFromMemoryOperations() local804 while ((MBBICommon != MBBIECommon) && MBBICommon->isDebugValue()) in mergeMMOsFromMemoryOperations()807 assert(MBBICommon != MBBIECommon && in mergeMMOsFromMemoryOperations()
848 MachineBasicBlock::reverse_iterator MBBIECommon = MBBCommon.rend(); in mergeOperations() local859 while ((MBBICommon != MBBIECommon) && !countsAsInstruction(*MBBICommon)) in mergeOperations()862 assert(MBBICommon != MBBIECommon && in mergeOperations()