Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp250 bool checkBranch = TII->analyzeBranch(*KernelBB, TBB, FBB, Cond); in generateEpilog() local
251 assert(!checkBranch && "generateEpilog must be able to analyze the branch"); in generateEpilog()
252 if (checkBranch) in generateEpilog()