Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/BPF/
DBPFAdjustOpt.cpp71 bool avoidSpeculation(Instruction &I);
215 bool BPFAdjustOptImpl::avoidSpeculation(Instruction &I) { in avoidSpeculation() function in BPFAdjustOptImpl
316 if (!DisableBPFavoidSpeculation && avoidSpeculation(I)) in adjustInst()