Home
last modified time | relevance | path

Searched refs:hasDebugCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp655 static bool hasDebugCall(BasicBlock *BB) { in hasDebugCall() function
663 bool polly::hasDebugCall(ScopStmt *Stmt) { in hasDebugCall() function in polly
677 if (RBB != Stmt->getEntryBlock() && ::hasDebugCall(RBB)) in hasDebugCall()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h510 bool hasDebugCall(ScopStmt *Stmt);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1689 if (hasDebugCall(&Stmt)) in simplifySCoP()