Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp190 int32_t BinaryBasicBlock::getCFIStateAtInstr(const MCInst *Instr) const { in getCFIStateAtInstr() function in llvm::bolt::BinaryBasicBlock
618 NewBlock->setCFIState(getCFIStateAtInstr(&*II)); in splitAt()
H A DBinaryFunction.cpp2248 const int32_t CFIStateBeforeCTC = BB.getCFIStateAtInstr(CTCInstr); in removeConditionalTailCalls()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h553 int32_t getCFIStateAtInstr(const MCInst *Instr) const;
558 int32_t getCFIStateAtExit() const { return getCFIStateAtInstr(nullptr); } in getCFIStateAtExit()