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

/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h128 void emitInstruction(MachineInstr *MI, bool TakenBranch = false);
H A DSystemZMachineScheduler.cpp111 bool TakenBranch = (MI.isBranch() && local
114 HazardRec->emitInstruction(&MI, TakenBranch);
115 if (TakenBranch)
H A DSystemZHazardRecognizer.cpp411 bool TakenBranch) {
437 if (!TakenBranch && isBranchRetTrap(MI)) {
443 if (TakenBranch && CurrGroupSize > 0)
410 emitInstruction(MachineInstr *MI, bool TakenBranch) argument

Completed in 182 milliseconds