Searched refs:StmtBlock (Results 1 – 1 of 1) sorted by relevance
304 auto StmtBlock = StmtToBlock.find(Block.getTerminatorStmt()); in computeBlockInputState() local305 assert(StmtBlock != StmtToBlock.end()); in computeBlockInputState()306 llvm::erase(Preds, StmtBlock->getSecond()); in computeBlockInputState()