Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp320 bool adjustBranch();
337 Changed = adjustBranch() || Changed; in runOnMachineFunction()
414 bool BPFMIPreEmitPeephole::adjustBranch() { in adjustBranch() function in __anon47d7f38d0211::BPFMIPreEmitPeephole
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp49 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() function
101 adjustBranch(Size, Fixup, Value, Ctx); in fixup_call()