Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp884 unsigned numAdded = 0; in addBranches() local
887 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
892 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc()); in addBranches()
906 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
913 I != E && numAdded > 0; ++I, --numAdded) in addBranches()