Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp446 static bool isBandWithSingleLoop(const isl::schedule_node &Node) { in isBandWithSingleLoop() function
475 assert(isBandWithSingleLoop(BandOrMark.child(0))); in moveToBandMark()
478 assert(isBandWithSingleLoop(BandOrMark)); in moveToBandMark()
501 assert(isBandWithSingleLoop(Band)); in removeMark()
1002 assert(isBandWithSingleLoop(BandToUnroll)); in applyFullUnroll()
1057 assert(isBandWithSingleLoop(BandToUnroll)); in applyPartialUnroll()