Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp89 bool handleLoop(BranchInst *Term);
258 bool SIAnnotateControlFlow::handleLoop(BranchInst *Term) { in handleLoop() function in SIAnnotateControlFlow
362 Changed |= handleLoop(Term); in run()