Searched refs:OldBlock (Results 1 – 1 of 1) sorted by relevance
968 BasicBlock *OldBlock = BBMapping.first; in cloneCommonBlocks() local981 llvm::erase(BlocksInFunclet, OldBlock); in cloneCommonBlocks()982 ColorVector &OldColors = BlockColors[OldBlock]; in cloneCommonBlocks()987 << "\' from block \'" << OldBlock->getName() in cloneCommonBlocks()1003 BasicBlock *OldBlock = BBMapping.first; in cloneCommonBlocks() local1007 for (BasicBlock *Pred : predecessors(OldBlock)) in cloneCommonBlocks()1043 BasicBlock *OldBlock = BBMapping.first; in cloneCommonBlocks() local1045 for (PHINode &OldPN : OldBlock->phis()) { in cloneCommonBlocks()1056 BasicBlock *OldBlock = BBMapping.first; in cloneCommonBlocks() local1062 int OldBlockIdx = SuccPN.getBasicBlockIndex(OldBlock); in cloneCommonBlocks()