Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp137 bool hasDepCycle() const { return DepCycle; } in hasDepCycle() function in __anon6de532240111::InstPartition
292 if (PartitionContainer.empty() || !PartitionContainer.back().hasDepCycle()) in addToCyclicPartition()
314 [](const InstPartition *P) { return !P->hasDepCycle(); }); in mergeAdjacentNonCyclic()
321 if (Partition->hasDepCycle()) in mergeNonIfConvertible()
602 Part->hasDepCycle() ? LLVMLoopDistributeFollowupSequential in setNewLoopID()