Searched refs:addBTI (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBranchTargets.cpp | 41 void addBTI(const ARMInstrInfo &TII, MachineBasicBlock &MBB, bool IsFirstBB); 81 addBTI(TII, MBB, IsFirstBB); in runOnMachineFunction() 95 void ARMBranchTargets::addBTI(const ARMInstrInfo &TII, MachineBasicBlock &MBB, in addBTI() function in ARMBranchTargets
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64BranchTargets.cpp | 42 void addBTI(MachineBasicBlock &MBB, bool CouldCall, bool CouldJump, 100 addBTI(MBB, CouldCall, CouldJump, HasWinCFI); in runOnMachineFunction() 108 void AArch64BranchTargets::addBTI(MachineBasicBlock &MBB, bool CouldCall, in addBTI() function in AArch64BranchTargets
|