Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp358 BranchWeightCostModel CostModel{*TII, Branch, From}; in mustRetainExeczBranch() local
382 if (!CostModel.isProfitable(MI)) in mustRetainExeczBranch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h322 bool CostModel = true; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2850 if (CostModel) in doOutline()
2855 if (CurrentGroup.Cost >= CurrentGroup.Benefit && CostModel) { in doOutline()
2911 if (CostModel) { in doOutline()
2995 CostModel = !NoCostModel; in run()
/freebsd/lib/clang/libllvm/
H A DMakefile95 SRCS_MIN+= Analysis/CostModel.cpp