Searched refs:ConvOpKind (Results 1 – 4 of 4) sorted by relevance
65 enum ConvOpKind { CONV_ANCHOR, CONV_ENTRY, CONV_LOOP, CONV_NONE }; enum75 static ConvOpKind getConvOp(const InstructionT &I);
19 -> ConvOpKind { in getConvOp()
21 const MachineInstr &MI) -> ConvOpKind { in getConvOp()
64 ConvOpKind ConvOp = getConvOp(I); in visit()