Home
last modified time | relevance | path

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

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