Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h56 extern llvm::cl::opt<bool> UseIterativeBFIInference;
1361 if (!UseIterativeBFIInference)
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp49 cl::opt<bool> UseIterativeBFIInference( variable
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1999 if (!UseIterativeBFIInference.getNumOccurrences()) in doInitialization()
2000 UseIterativeBFIInference = true; in doInitialization()