Searched refs:NoCond (Results 1 – 4 of 4) sorted by relevance
25 NoCond, // no conditional is being processed enumerator31 ConditionalAssemblyType TheCond = NoCond;
149 ArrayRef<MachineOperand> NoCond; in runOnMachineFunction() local151 NoCond, Br->getDebugLoc()); in runOnMachineFunction()
1357 SmallVector<MachineOperand, 0> NoCond; in InsertUncondBranch() local1358 TII->insertBranch(MBB, &ToMBB, nullptr, NoCond, dl); in InsertUncondBranch()
5174 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty()) in parseDirectiveEndIf()