Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1311 RematDefToLiveInRegions[Def].push_back(I); in collectRematerializableInstructions()
1315 RematDefToLiveInRegions.erase(Def); in collectRematerializableInstructions()
1336 for (const auto &It : RematDefToLiveInRegions) in sinkTriviallyRematInsts()
1419 for (auto Idx : RematDefToLiveInRegions[Def]) { in sinkTriviallyRematInsts()
1443 for (auto TrackedIdx : RematDefToLiveInRegions[Def]) in sinkTriviallyRematInsts()
H A DGCNSchedStrategy.h377 DenseMap<MachineInstr *, SmallVector<unsigned, 4>> RematDefToLiveInRegions; variable