Home
last modified time | relevance | path

Searched refs:UseIterativeBFIInference (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h57 extern llvm::cl::opt<bool> UseIterativeBFIInference;
1354 if (!UseIterativeBFIInference)
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp50 cl::opt<bool> UseIterativeBFIInference( variable
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2009 if (!UseIterativeBFIInference.getNumOccurrences()) in doInitialization()
2010 UseIterativeBFIInference = true; in doInitialization()