Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp124 using VNType = std::pair<unsigned, uintptr_t>; typedef
126 using VNtoInsns = DenseMap<VNType, SmallVector<Instruction *, 4>>;
139 VNType VN;
155 DenseMap<BasicBlock *, SmallVector<std::pair<VNType, Instruction *>, 2>>;
349 using RenameStackType = DenseMap<VNType, SmallVector<Instruction *, 2>>;
393 std::vector<VNType> Ranks; in computeInsertionPoints()
401 llvm::sort(Ranks, [this, &Map](const VNType &r1, const VNType &r2) { in computeInsertionPoints()
421 const VNType &VN = R; in computeInsertionPoints()
791 for (std::pair<VNType, Instruction *> &VI : reverse(it1->second)) { in fillRenameStack()