Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp64 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DBasicBlock.h233 sizeWithoutDebug() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp123 BasicBlock::sizeWithoutDebug() const { in sizeWithoutDebug() function in BasicBlock
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1564 if (FuncInfo.MBB->getBasicBlock()->sizeWithoutDebug() > 1 && in fastEmitBranch()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3144 assert(I.getParent()->sizeWithoutDebug() == 1 && "The block is now empty."); in visitUnreachableInst()