Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3627 updateCFIState(Start, NumNewBlocks); in insertBasicBlocks()
3657 updateCFIState(*std::prev(RetIter), NumNewBlocks); in insertBasicBlocks()
3667 void BinaryFunction::updateCFIState(BinaryBasicBlock *Start, in updateCFIState() function in llvm::bolt::BinaryFunction
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1544 void updateCFIState(BinaryBasicBlock *Start, const unsigned NumNewBlocks);