Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 __anone25890d60111::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()
376 BCECmpBlock::InstructionSet BlockInsts( in visitCmpBlock() local
379 BlockInsts.insert(Result->Lhs.GEP); in visitCmpBlock()
381 BlockInsts.insert(Result->Rhs.GEP); in visitCmpBlock()
[all …]