Searched refs:getLastStmtFor (Results 1 – 3 of 3) sorted by relevance
2348 ScopStmt *getLastStmtFor(BasicBlock *BB) const;
2453 return getLastStmtFor(IncomingBB); in getIncomingStmtFor()2456 ScopStmt *Scop::getLastStmtFor(BasicBlock *BB) const { in getLastStmtFor() function in Scop
2536 Stmt = scop->getLastStmtFor(Inst->getParent()); in ensureValueWrite()