Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp136 bool hasDepCycle() const { return DepCycle; } in hasDepCycle() function in __anon4e01e93c0111::InstPartition
291 if (PartitionContainer.empty() || !PartitionContainer.back().hasDepCycle()) in addToCyclicPartition()
313 [](const InstPartition *P) { return !P->hasDepCycle(); }); in mergeAdjacentNonCyclic()
320 if (Partition->hasDepCycle()) in mergeNonIfConvertible()
601 Part->hasDepCycle() ? LLVMLoopDistributeFollowupSequential in setNewLoopID()