Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp195 const BinaryFunction::CFIInstrMapType &FDEProgram = in getCFIStateAtInstr() local
236 FDEProgram[State].getOperation() == MCCFIInstruction::OpRestoreState) { in getCFIStateAtInstr()
241 const MCCFIInstruction &CFIInstr = FDEProgram[State]; in getCFIStateAtInstr()
251 while (State >= 0 && FDEProgram[State].getOperation() == in getCFIStateAtInstr()