Home
last modified time | relevance | path

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

/src/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 __anone444b7220211::BPFMIPreEmitPeephole
/src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp78 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() function
110 adjustBranch(Size, Fixup, Value, Ctx); in fixup_call()