Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp27 return CONV_ANCHOR; in getConvOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineConvergenceVerifier.cpp28 return CONV_ANCHOR; in getConvOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericConvergenceVerifier.h65 enum ConvOpKind { CONV_ANCHOR, CONV_ENTRY, CONV_LOOP, CONV_NONE }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h80 case CONV_ANCHOR: in visit()