Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp251 bool isSameloopDetachedContbreak(MachineBasicBlock *Src1MBB,
952 && isSameloopDetachedContbreak(TrueMBB, FalseMBB)) { in ifPatternMatch()
955 && isSameloopDetachedContbreak(FalseMBB, TrueMBB)) { in ifPatternMatch()
1055 bool AMDGPUCFGStructurizer::isSameloopDetachedContbreak( in isSameloopDetachedContbreak() function in AMDGPUCFGStructurizer