Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2638 CFISnapshotDiff FromCFITable(ToCFITable); in unwindCFIState() local
2639 FromCFITable.advanceTo(FromState); in unwindCFIState()
2645 if (FromCFITable.isRedundant(FrameInstructions.back())) { in unwindCFIState()
2653 if (FromCFITable.isRedundant(CIEFrameInstructions[-ToCFITable.CFARule])) in unwindCFIState()
2659 } else if (!FromCFITable.isRedundant( in unwindCFIState()
2695 if (FromCFITable.isRedundant(FrameInstructions.back())) { in unwindCFIState()
2706 if (FromCFITable.isRedundant(CIEFrameInstructions[-Rule])) in unwindCFIState()
2714 if (FromCFITable.isRedundant(FrameInstructions[Rule])) in unwindCFIState()