Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp230 DenseSet<Instruction *> &BlockInsts, in canSinkBCECmpInst() argument
247 for (auto BI : BlockInsts) { in canSinkBCECmpInst()
255 DenseSet<Instruction *> BlockInsts( in split() local
259 if (BlockInsts.count(&Inst)) in split()
261 assert(canSinkBCECmpInst(&Inst, BlockInsts, AA) && in split()
275 DenseSet<Instruction *> BlockInsts( in canSplit() local
278 if (!BlockInsts.count(&Inst)) { in canSplit()
279 if (!canSinkBCECmpInst(&Inst, BlockInsts, AA)) in canSplit()
289 DenseSet<Instruction *> BlockInsts( in doesOtherWork() local
296 if (!BlockInsts.count(&Inst)) in doesOtherWork()