Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericConvergenceVerifier.h65 enum ConvOpKind { CONV_ANCHOR, CONV_ENTRY, CONV_LOOP, CONV_NONE }; enum
75 static ConvOpKind getConvOp(const InstructionT &I);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp19 -> ConvOpKind { in getConvOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineConvergenceVerifier.cpp21 const MachineInstr &MI) -> ConvOpKind { in getConvOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h64 ConvOpKind ConvOp = getConvOp(I); in visit()