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