Home
last modified time | relevance | path

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

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