Home | History | Annotate | Download | only in R600

Lines Matching refs:ifPatternMatch

269   int ifPatternMatch(MachineBasicBlock *MBB);
979 NumMatch += ifPatternMatch(MBB);
997 int AMDGPUCFGStructurizer::ifPatternMatch(MachineBasicBlock *MBB) {
1011 ifPatternMatch(TrueMBB);
1014 ifPatternMatch(FalseMBB);
1135 Match += ifPatternMatch(LoopHeader);
1237 Num += ifPatternMatch(HeadMBB);