Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp127 using VNType = std::pair<unsigned, uintptr_t>; typedef
129 using VNtoInsns = DenseMap<VNType, SmallVector<Instruction *, 4>>;
142 VNType VN;
158 DenseMap<BasicBlock *, SmallVector<std::pair<VNType, Instruction *>, 2>>;
364 using RenameStackType = DenseMap<VNType, SmallVector<Instruction *, 2>>;
408 std::vector<VNType> Ranks; in computeInsertionPoints()
416 llvm::sort(Ranks, [this, &Map](const VNType &r1, const VNType &r2) { in computeInsertionPoints()
436 const VNType &VN = R; in computeInsertionPoints()
834 for (std::pair<VNType, Instruction *> &VI : reverse(it1->second)) { in fillRenameStack()