Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp948 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument
966 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()
1015 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local
1088 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()
1106 NotToHoistSet.count(ParentVNI->id)) in hoistCopies()
1114 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()
1115 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
DSplitKit.h400 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,