Searched refs:PointerToBaseTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 197 using PointerToBaseTy = MapVector<Value *, Value *>; typedef 1303 PointerToBaseTy &PointerToBase, DominatorTree *DT, in findBasePointers() 1322 PointerToBaseTy &PointerToBase, in findBasePointers() 1346 PointerToBaseTy &PointerToBase, 1352 PointerToBaseTy &PointerToBase, GCStrategy *GC) { in recomputeLiveInValues() 1647 const PointerToBaseTy &PointerToBase, in makeStatepointExplicitImpl() 1938 const PointerToBaseTy &PointerToBase, GCStrategy *GC) { in makeStatepointExplicit() 2352 findRematerializationCandidates(PointerToBaseTy PointerToBase, in findRematerializationCandidates() 2416 PointerToBaseTy &PointerToBase) { in rematerializeLiveValuesAtUses() 2535 PointerToBaseTy &PointerToBase, in rematerializeLiveValues() [all …]
|