Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp203 BCECmpBlock(BCECmp Cmp, BasicBlock *BB, InstructionSet BlockInsts) in BCECmpBlock() argument
204 : BB(BB), BlockInsts(std::move(BlockInsts)), Cmp(std::move(Cmp)) {} in BCECmpBlock()
231 InstructionSet BlockInsts; member in __anon2691366f0111::BCECmpBlock
259 return OpI && BlockInsts.contains(OpI); in canSinkBCECmpInst()
266 if (BlockInsts.count(&Inst)) in split()
281 if (!BlockInsts.count(&Inst)) { in canSplit()
295 if (!BlockInsts.count(&Inst)) in doesOtherWork()
371 BCECmpBlock::InstructionSet BlockInsts( in visitCmpBlock() local
374 BlockInsts.insert(Result->Lhs.GEP); in visitCmpBlock()
376 BlockInsts.insert(Result->Rhs.GEP); in visitCmpBlock()
[all …]