Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp127 class InstPartition { class
131 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() function in __anon51f880570111::InstPartition
151 void moveTo(InstPartition &Other) { in moveTo()
314 [](const InstPartition *P) { return !P->hasDepCycle(); }); in mergeAdjacentNonCyclic()
320 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible()
352 using LoadToPartitionT = DenseMap<Instruction *, InstPartition *>; in mergeToAvoidDuplicatedLoads()
353 using ToBeMergedT = EquivalenceClasses<InstPartition *>; in mergeToAvoidDuplicatedLoads()
409 [](const InstPartition &P) { return P.empty(); }); in mergeToAvoidDuplicatedLoads()
564 using PartitionContainerT = std::list<InstPartition>;
581 InstPartition *PrevMatch = nullptr; in mergeAdjacentPartitionsIf()
[all …]