Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp257 bool checkBranch = TII->analyzeBranch(*KernelBB, TBB, FBB, Cond); in generateEpilog() local
258 assert(!checkBranch && "generateEpilog must be able to analyze the branch"); in generateEpilog()
259 if (checkBranch) in generateEpilog()