Searched refs:oldBlocks (Results 1 – 3 of 3) sorted by relevance
970 immutable oldBlocks = in expand() local972 assert(oldBlocks); in expand()975 assert(newBlocks >= oldBlocks); in expand()984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
2301 immutable oldBlocks =2303 assert(oldBlocks);2306 assert(newBlocks >= oldBlocks);2315 _allocStart[block + oldBlocks .. block + newBlocks] = 0;
1386 Function::BasicBlockListType &oldBlocks = oldFunc->getBasicBlockList(); in moveCodeToFunction() local1391 oldBlocks.remove(Block); in moveCodeToFunction()