Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp75 bool avoidSpeculation(Instruction &I);
285 bool BPFAdjustOptImpl::avoidSpeculation(Instruction &I) { in avoidSpeculation() function in BPFAdjustOptImpl
386 if (!DisableBPFavoidSpeculation && avoidSpeculation(I)) in adjustInst()