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