Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp918 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()
H A DGCNSchedStrategy.h295 DenseMap<MachineInstr *, SmallVector<unsigned, 4>> RematDefToLiveInRegions; variable