Home
last modified time | relevance | path

Searched refs:MBBIECommon (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DBranchFolding.cpp793 MachineBasicBlock::reverse_iterator MBBIECommon = MBBCommon.rend(); in mergeMMOsFromMemoryOperations() local
804 while ((MBBICommon != MBBIECommon) && MBBICommon->isDebugValue()) in mergeMMOsFromMemoryOperations()
807 assert(MBBICommon != MBBIECommon && in mergeMMOsFromMemoryOperations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp848 MachineBasicBlock::reverse_iterator MBBIECommon = MBBCommon.rend(); in mergeOperations() local
859 while ((MBBICommon != MBBIECommon) && !countsAsInstruction(*MBBICommon)) in mergeOperations()
862 assert(MBBICommon != MBBIECommon && in mergeOperations()