Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp191 MadeChange |= MBB->CorrectExtraCFGEdges(TBB, FBB, !Cond.empty()); in OptimizeFunction()
1061 MadeChange |= PrevBB.CorrectExtraCFGEdges(PriorTBB, PriorFBB, in OptimizeBlock()
1194 MadeChange |= MBB->CorrectExtraCFGEdges(CurTBB, CurFBB, !CurCond.empty()); in OptimizeBlock()
1289 PMBB->CorrectExtraCFGEdges(NewCurTBB, 0, false); in OptimizeBlock()
DMachineBasicBlock.cpp701 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() function in MachineBasicBlock
DIfConversion.cpp953 BBI.BB->CorrectExtraCFGEdges(TBB, FBB, !Cond.empty()); in RemoveExtraEdges()
/external/llvm/lib/CodeGen/
DBranchFolding.cpp226 MadeChange |= MBB.CorrectExtraCFGEdges(TBB, FBB, !Cond.empty()); in OptimizeFunction()
1283 MadeChange |= PrevBB.CorrectExtraCFGEdges(PriorTBB, PriorFBB, in OptimizeBlock()
1421 MadeChange |= MBB->CorrectExtraCFGEdges(CurTBB, CurFBB, !CurCond.empty()); in OptimizeBlock()
1511 PMBB->CorrectExtraCFGEdges(NewCurTBB, nullptr, false); in OptimizeBlock()
DMachineBasicBlock.cpp1074 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() function in MachineBasicBlock
DIfConversion.cpp1045 BBI.BB->CorrectExtraCFGEdges(TBB, FBB, !Cond.empty()); in RemoveExtraEdges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp199 MadeChange |= MBB.CorrectExtraCFGEdges(TBB, FBB, !Cond.empty()); in OptimizeFunction()
1469 MadeChange |= PrevBB.CorrectExtraCFGEdges(PriorTBB, PriorFBB, in OptimizeBlock()
1644 MadeChange |= MBB->CorrectExtraCFGEdges(CurTBB, CurFBB, !CurCond.empty()); in OptimizeBlock()
1734 PMBB->CorrectExtraCFGEdges(NewCurTBB, nullptr, false); in OptimizeBlock()
DMachineBasicBlock.cpp1221 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() function in MachineBasicBlock
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineBasicBlock.h393 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h644 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h716 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,