Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp371 BasicBlock *NextInstBB = Next->getParent(); in run() local
372 if (NextInstBB != BB) { in run()
373 BB = NextInstBB; in run()