Home
last modified time | relevance | path

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

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