Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp321 bool adjustBranch();
335 Changed = adjustBranch() || Changed; in runOnMachineFunction()
409 bool BPFMIPreEmitPeephole::adjustBranch() { in adjustBranch() function in __anon44d1d4430211::BPFMIPreEmitPeephole
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp77 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() function
106 adjustBranch(Size, Fixup, Value, Ctx); in fixup_call()