Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp805 bool polly::isLoopAttr(const isl::id &Id) { in isLoopAttr() function in polly
813 if (!isLoopAttr(Id)) in getLoopAttr()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h581 bool isLoopAttr(const isl::id &Id);
/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp962 isLoopAttr(Node.as<isl::schedule_node_mark>().get_id()); in isBandMark()