Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp88 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp227 if (LoopBlocks[0]->sizeWithoutDebug() > 4) in recognizeByteCompare()
241 if (LoopBlocks[1]->sizeWithoutDebug() > 7) in recognizeByteCompare()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h354 sizeWithoutDebug() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp268 BasicBlock::sizeWithoutDebug() const { in sizeWithoutDebug() function in BasicBlock
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp706 if (F->front().sizeWithoutDebug() < 2) { in canCreateThunkFor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1687 if (FuncInfo.MBB->getBasicBlock()->sizeWithoutDebug() > 1 && in fastEmitBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4369 NumInsns += BB->sizeWithoutDebug(); in preferPredicateOverEpilogue()