Lines Matching defs:currentBlock
347 Block *currentBlock = condbr->getBlock();
348 Block *predecessor = currentBlock->getSinglePredecessor();
359 if (currentBlock == predBranch.getTrueDest())
805 Block *currentBlock = op->getBlock();
806 Block *predecessor = currentBlock->getSinglePredecessor();
815 predSwitch.getDefaultDestination() == currentBlock)
820 auto it = llvm::find(predDests, currentBlock);
857 Block *currentBlock = op->getBlock();
858 Block *predecessor = currentBlock->getSinglePredecessor();
867 predSwitch.getDefaultDestination() != currentBlock)
875 if (currentBlock != predDests[i])