Searched refs:FixupStartIndex (Results 1 – 2 of 2) sorted by relevance
287 size_t FixupStartIndex = Fixups.size(); in expandLongCondBr() local296 Fixups.resize(FixupStartIndex); in expandLongCondBr()
549 size_t FixupStartIndex = DF->getFixups().size(); in emitInstToData() local554 auto Fixups = MutableArrayRef(DF->getFixups()).slice(FixupStartIndex); in emitInstToData()