Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp132 bool hasDepCycle() const { return DepCycle; } in hasDepCycle() function in __anon5f80120c0111::InstPartition
286 if (PartitionContainer.empty() || !PartitionContainer.back().hasDepCycle()) in addToCyclicPartition()
308 [](const InstPartition *P) { return !P->hasDepCycle(); }); in mergeAdjacentNonCyclic()
315 if (Partition->hasDepCycle()) in mergeNonIfConvertible()
594 Part->hasDepCycle() ? LLVMLoopDistributeFollowupSequential in setNewLoopID()