Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DBasicBlockTest.cpp131 EXPECT_EQ(static_cast<size_t>(BB1->sizeWithoutDebug()), Exp.size()); in TEST()
132 EXPECT_EQ(static_cast<size_t>(BBConst->sizeWithoutDebug()), Exp.size()); in TEST()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp64 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DBasicBlock.h216 sizeWithoutDebug() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DBasicBlock.cpp123 BasicBlock::sizeWithoutDebug() const { in sizeWithoutDebug() function in BasicBlock
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1563 if (FuncInfo.MBB->getBasicBlock()->sizeWithoutDebug() > 1 && in fastEmitBranch()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3130 assert(I.getParent()->sizeWithoutDebug() == 1 && "The block is now empty."); in visitUnreachableInst()