Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDModuloSchedule.cpp871 unsigned numAdded = 0; in addBranches() local
874 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
879 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc()); in addBranches()
893 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
900 I != E && numAdded > 0; ++I, --numAdded) in addBranches()