Home
last modified time | relevance | path

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

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