Searched refs:DMBType (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp56 // DMBType is the Imm value of the first operand. It determines whether it's a
58 int64_t DMBType = -1; local
71 if (MI.getOperand(0).getImm() == DMBType) {
74 // If it has a different DMBType, we cannot remove it, but will scan
76 DMBType = MI.getOperand(0).getImm();
81 DMBType = MI.getOperand(0).getImm();

Completed in 154 milliseconds