Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h125 EmittedCFG, /// Instructions have been emitted to output. enumerator
1025 getState() == State::EmittedCFG; in hasCFG()
1034 return getState() == State::EmittedCFG || getState() == State::Emitted; in isEmitted()
2170 CurrentState = State::EmittedCFG;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp222 case BinaryFunction::State::EmittedCFG: OS << "emitted with CFG"; break; in operator <<()