Searched refs:RematDefToLiveInRegions (Results 1 – 2 of 2) sorted by relevance
1406 RematDefToLiveInRegions[Def].push_back(I); in collectRematerializableInstructions()1410 RematDefToLiveInRegions.erase(Def); in collectRematerializableInstructions()1431 for (const auto &It : RematDefToLiveInRegions) in sinkTriviallyRematInsts()1514 for (auto Idx : RematDefToLiveInRegions[Def]) { in sinkTriviallyRematInsts()1538 for (auto TrackedIdx : RematDefToLiveInRegions[Def]) in sinkTriviallyRematInsts()
377 DenseMap<MachineInstr *, SmallVector<unsigned, 4>> RematDefToLiveInRegions; variable