Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp712 SmallPtrSet<Instruction *, 8> IPSet = findConstantInsertionPoint(ConstInfo); in emitBaseConstants() local
713 assert(!IPSet.empty() && "IPSet is empty"); in emitBaseConstants()
717 for (Instruction *IP : IPSet) { in emitBaseConstants()
737 if (IPSet.size() == 1 || in emitBaseConstants()