Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp205 BCECmpBlock(BCECmp Cmp, BasicBlock *BB, InstructionSet BlockInsts) in BCECmpBlock() argument
206 : BB(BB), BlockInsts(std::move(BlockInsts)), Cmp(std::move(Cmp)) {} in BCECmpBlock()
233 InstructionSet BlockInsts; member in __anonde3b773f0111::BCECmpBlock
261 return OpI && BlockInsts.contains(OpI); in canSinkBCECmpInst()
268 if (BlockInsts.count(&Inst)) in split()
283 if (!BlockInsts.count(&Inst)) { in canSplit()
297 if (!BlockInsts.count(&Inst)) in doesOtherWork()
378 BCECmpBlock::InstructionSet BlockInsts( in visitCmpBlock() local
381 BlockInsts.insert(Result->Lhs.GEP); in visitCmpBlock()
383 BlockInsts.insert(Result->Rhs.GEP); in visitCmpBlock()
[all …]