Searched refs:InstPartition (Results 1 – 1 of 1) sorted by relevance
127 class InstPartition { class131 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() function in __anon51f880570111::InstPartition151 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 …]