Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/lib/libLLVMAnalysis/
H A DMakefile33 CostModel.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Analysis/
H A DBUILD.gn39 "CostModel.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h269 bool CostModel = true; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCMakeLists.txt42 CostModel.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1595 if (CostModel) in doOutline()
1599 if (CurrentGroup.Cost >= CurrentGroup.Benefit && CostModel) { in doOutline()
1683 CostModel = !NoCostModel; in run()