Searched refs:IPSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp842 SetVector<Instruction *> IPSet = findConstantInsertionPoint(ConstInfo); local
844 if (IPSet.empty())
850 for (Instruction *IP : IPSet) {
862 if (IPSet.size() == 1 ||

Completed in 108 milliseconds