Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp334 static bool isSupportedGuardInstruction(const Instruction *Insn) { in isSupportedGuardInstruction() function
354 if (isSupportedGuardInstruction(&I)) in run()
365 if (isSupportedGuardInstruction(I)) in run()