Searched refs:getCFIStateAtInstr (Results 1 – 3 of 3) sorted by relevance
190 int32_t BinaryBasicBlock::getCFIStateAtInstr(const MCInst *Instr) const { in getCFIStateAtInstr() function in llvm::bolt::BinaryBasicBlock618 NewBlock->setCFIState(getCFIStateAtInstr(&*II)); in splitAt()
2248 const int32_t CFIStateBeforeCTC = BB.getCFIStateAtInstr(CTCInstr); in removeConditionalTailCalls()
553 int32_t getCFIStateAtInstr(const MCInst *Instr) const;558 int32_t getCFIStateAtExit() const { return getCFIStateAtInstr(nullptr); } in getCFIStateAtExit()