Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp49 cl::opt<bool> UseContextCostForPreInliner( variable
60 : UseContextCost(UseContextCostForPreInliner), in CSPreInliner()
H A DProfiledBinary.h46 extern cl::opt<bool> UseContextCostForPreInliner;
335 UseContextCostForPreInliner) { in ProfiledBinary()