Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h215 sizeWithoutDebug() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp120 BasicBlock::sizeWithoutDebug() const { in sizeWithoutDebug() function in BasicBlock
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp667 if (BB.sizeWithoutDebug() < 2) in populateMapper()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1579 if (FuncInfo.MBB->getBasicBlock()->sizeWithoutDebug() > 1 && in fastEmitBranch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2936 assert(I.getParent()->sizeWithoutDebug() == 1 && "The block is now empty."); in visitUnreachableInst()