Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp269 int ifPatternMatch(MachineBasicBlock *MBB);
919 NumMatch += ifPatternMatch(MBB); in patternMatchGroup()
936 int AMDGPUCFGStructurizer::ifPatternMatch(MachineBasicBlock *MBB) { in ifPatternMatch() function in AMDGPUCFGStructurizer
951 NumMatch += ifPatternMatch(TrueMBB); in ifPatternMatch()
954 NumMatch += ifPatternMatch(FalseMBB); in ifPatternMatch()
1068 Match += ifPatternMatch(LoopHeader); in mergeLoop()
1133 Num += ifPatternMatch(HeadMBB); in handleJumpintoIfImp()