Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.cpp948 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument
966 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()
1013 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local
1086 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()
1091 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()
1107 NotToHoistSet.count(ParentVNI->id)) in hoistCopies()
1115 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()
1116 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
H A DSplitKit.h392 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,