Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp245 bool isSameloopDetachedContbreak(MachineBasicBlock *Src1MBB,
935 && isSameloopDetachedContbreak(TrueMBB, FalseMBB)) { in ifPatternMatch()
938 && isSameloopDetachedContbreak(FalseMBB, TrueMBB)) { in ifPatternMatch()
1036 bool R600MachineCFGStructurizer::isSameloopDetachedContbreak( in isSameloopDetachedContbreak() function in R600MachineCFGStructurizer