Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp254 bool isSameloopDetachedContbreak(MachineBasicBlock *Src1MBB,
944 && isSameloopDetachedContbreak(TrueMBB, FalseMBB)) { in ifPatternMatch()
947 && isSameloopDetachedContbreak(FalseMBB, TrueMBB)) { in ifPatternMatch()
1047 bool R600MachineCFGStructurizer::isSameloopDetachedContbreak( in isSameloopDetachedContbreak() function in R600MachineCFGStructurizer