Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp934 size_t CombinedNumMemRefs = NumMemRefs + Other.NumMemRefs; in mergeMemRefsWith() local
939 if (CombinedNumMemRefs != uint8_t(CombinedNumMemRefs)) in mergeMemRefsWith()
943 mmo_iterator MemBegin = MF->allocateMemRefsArray(CombinedNumMemRefs); in mergeMemRefsWith()
948 assert(MemEnd - MemBegin == (ptrdiff_t)CombinedNumMemRefs && in mergeMemRefsWith()
951 return std::make_pair(MemBegin, CombinedNumMemRefs); in mergeMemRefsWith()