Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp249 DenseSet<Instruction *> &BlockInsts, in canSinkBCECmpInst() argument
266 for (auto BI : BlockInsts) { in canSinkBCECmpInst()
274 DenseSet<Instruction *> BlockInsts( in split() local
278 if (BlockInsts.count(&Inst)) in split()
280 assert(canSinkBCECmpInst(&Inst, BlockInsts, AA) && in split()
294 DenseSet<Instruction *> BlockInsts( in canSplit() local
297 if (!BlockInsts.count(&Inst)) { in canSplit()
298 if (!canSinkBCECmpInst(&Inst, BlockInsts, AA)) in canSplit()
308 DenseSet<Instruction *> BlockInsts( in doesOtherWork() local
315 if (!BlockInsts.count(&Inst)) in doesOtherWork()