Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp276 bool isSameloopDetachedContbreak(MachineBasicBlock *Src1MBB,
977 && isSameloopDetachedContbreak(TrueMBB, FalseMBB)) { in ifPatternMatch()
980 && isSameloopDetachedContbreak(FalseMBB, TrueMBB)) { in ifPatternMatch()
1080 bool AMDGPUCFGStructurizer::isSameloopDetachedContbreak( in isSameloopDetachedContbreak() function in AMDGPUCFGStructurizer