Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp129 using VNType = std::pair<unsigned, unsigned>; typedef
131 using VNtoInsns = DenseMap<VNType, SmallVector<Instruction *, 4>>;
144 VNType VN;
160 DenseMap<BasicBlock *, SmallVector<std::pair<VNType, Instruction *>, 2>>;
362 using RenameStackType = DenseMap<VNType, SmallVector<Instruction *, 2>>;
406 std::vector<VNType> Ranks; in computeInsertionPoints()
414 llvm::sort(Ranks, [this, &Map](const VNType &r1, const VNType &r2) { in computeInsertionPoints()
434 const VNType &VN = R; in computeInsertionPoints()
830 for (std::pair<VNType, Instruction *> &VI : reverse(it1->second)) { in fillRenameStack()