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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp259 bool checkBranch = TII->analyzeBranch(*KernelBB, TBB, FBB, Cond); local
260 assert(!checkBranch && "generateEpilog must be able to analyze the branch");
261 if (checkBranch)

Completed in 112 milliseconds