Searched refs:analyzeBranchImpl (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 239 bool analyzeBranchImpl(MachineBasicBlock &MBB,
|
D | SIInstrInfo.cpp | 1599 bool SIInstrInfo::analyzeBranchImpl(MachineBasicBlock &MBB, in analyzeBranchImpl() function in SIInstrInfo 1651 return analyzeBranchImpl(MBB, I, TBB, FBB, Cond, AllowModify); in analyzeBranch() 1659 if (analyzeBranchImpl(MBB, I, TBB, FBB, Cond, AllowModify)) in analyzeBranch()
|