Searched refs:RematDefToLiveInRegions (Results 1 – 2 of 2) sorted by relevance
918 RematDefToLiveInRegions[Def].push_back(I); in collectRematerializableInstructions()922 RematDefToLiveInRegions.erase(Def); in collectRematerializableInstructions()943 for (const auto &It : RematDefToLiveInRegions) in sinkTriviallyRematInsts()1026 for (auto Idx : RematDefToLiveInRegions[Def]) { in sinkTriviallyRematInsts()1050 for (auto TrackedIdx : RematDefToLiveInRegions[Def]) in sinkTriviallyRematInsts()
295 DenseMap<MachineInstr *, SmallVector<unsigned, 4>> RematDefToLiveInRegions; variable