Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp244 int ifPatternMatch(MachineBasicBlock *MBB);
894 NumMatch += ifPatternMatch(MBB); in patternMatchGroup()
911 int AMDGPUCFGStructurizer::ifPatternMatch(MachineBasicBlock *MBB) { in ifPatternMatch() function in AMDGPUCFGStructurizer
926 NumMatch += ifPatternMatch(TrueMBB); in ifPatternMatch()
929 NumMatch += ifPatternMatch(FalseMBB); in ifPatternMatch()
1043 Match += ifPatternMatch(LoopHeader); in mergeLoop()
1108 Num += ifPatternMatch(HeadMBB); in handleJumpintoIfImp()