Searched refs:InsertUncondBranch (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 940 static void InsertUncondBranch(MachineBasicBlock *BB, MachineBasicBlock *ToBB, in InsertUncondBranch() function 1061 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertSimple() 1177 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertTriangle() 1339 InsertUncondBranch(BBI.BB, TailBB, TII); in IfConvertDiamond()
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1032 static void InsertUncondBranch(MachineBasicBlock *BB, MachineBasicBlock *ToBB, in InsertUncondBranch() function 1168 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertSimple() 1320 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertTriangle() 1571 InsertUncondBranch(BBI.BB, TailBB, TII); in IfConvertDiamond()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1354 static void InsertUncondBranch(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB, in InsertUncondBranch() function 1475 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertSimple() 1624 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertTriangle() 1965 InsertUncondBranch(*BBI.BB, *TailBB, TII); in IfConvertDiamond()
|