Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp182 DenseSet<Instruction *> &BlockInsts) const { in canSinkBCECmpInst()
190 for (auto BI : BlockInsts) { in canSinkBCECmpInst()
198 DenseSet<Instruction *> BlockInsts( in split() local
202 if (BlockInsts.count(&Inst)) in split()
204 assert(canSinkBCECmpInst(&Inst, BlockInsts) && "Split unsplittable block"); in split()
217 DenseSet<Instruction *> BlockInsts( in canSplit() local
220 if (!BlockInsts.count(&Inst)) { in canSplit()
221 if (!canSinkBCECmpInst(&Inst, BlockInsts)) in canSplit()
231 DenseSet<Instruction *> BlockInsts( in doesOtherWork() local
238 if (!BlockInsts.count(&Inst)) in doesOtherWork()