Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1027 if (llvm::any_of(MBB.terminators(), [&](MachineInstr &OtherTI) { in tracePredStateThroughIndirectBranches() argument
1028 return !OtherTI.isDebugInstr() && &OtherTI != &TI; in tracePredStateThroughIndirectBranches()