Home
last modified time | relevance | path

Searched refs:estimateBasicBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h216 Cost estimateBasicBlocks(SmallVectorImpl<BasicBlock *> &WorkList);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp112 Cost InstCostVisitor::estimateBasicBlocks( in estimateBasicBlocks() function in InstCostVisitor
252 return estimateBasicBlocks(WorkList); in estimateSwitchInst()
269 return estimateBasicBlocks(WorkList); in estimateBranchInst()