Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp128 class InstPartition { class
132 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() function in __anonfcfe86310111::InstPartition
152 void moveTo(InstPartition &Other) { in moveTo()
315 [](const InstPartition *P) { return !P->hasDepCycle(); }); in mergeAdjacentNonCyclic()
321 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible()
353 using LoadToPartitionT = DenseMap<Instruction *, InstPartition *>; in mergeToAvoidDuplicatedLoads()
354 using ToBeMergedT = EquivalenceClasses<InstPartition *>; in mergeToAvoidDuplicatedLoads()
410 [](const InstPartition &P) { return P.empty(); }); in mergeToAvoidDuplicatedLoads()
565 using PartitionContainerT = std::list<InstPartition>;
582 InstPartition *PrevMatch = nullptr; in mergeAdjacentPartitionsIf()
[all …]