Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h199 Cost estimateBasicBlocks(SmallVectorImpl<BasicBlock *> &WorkList);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp108 Cost InstCostVisitor::estimateBasicBlocks( in estimateBasicBlocks() function in InstCostVisitor
274 return estimateBasicBlocks(WorkList); in estimateSwitchInst()
290 return estimateBasicBlocks(WorkList); in estimateBranchInst()