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