Searched refs:analyzeBranchImpl (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 183 bool analyzeBranchImpl(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
H A D | X86InstrInfo.cpp | 3752 bool X86InstrInfo::analyzeBranchImpl( in analyzeBranchImpl() function in X86InstrInfo 3885 return analyzeBranchImpl(MBB, TBB, FBB, Cond, CondBranches, AllowModify); in analyzeBranch() 3954 if (analyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches, in analyzeBranchPredicate()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 342 bool analyzeBranchImpl(MachineBasicBlock &MBB,
|
H A D | SIInstrInfo.cpp | 3034 bool SIInstrInfo::analyzeBranchImpl(MachineBasicBlock &MBB, in analyzeBranchImpl() function in SIInstrInfo 3119 return analyzeBranchImpl(MBB, I, TBB, FBB, Cond, AllowModify); in analyzeBranch()
|