Searched refs:NewSucc (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 3079 void setSuccessor(unsigned idx, BasicBlock *NewSucc) { 3081 *(&Op<-1>() - idx) = NewSucc; 3455 void setSuccessor(unsigned idx, BasicBlock *NewSucc) { 3457 setOperand(idx * 2 + 1, NewSucc); 3626 void setSuccessor(unsigned i, BasicBlock *NewSucc) { 3627 setOperand(i + 1, NewSucc); 3868 void setSuccessor(unsigned i, BasicBlock *NewSucc) { 3871 setNormalDest(NewSucc); 3873 setUnwindDest(NewSucc); 4110 void setSuccessor(unsigned i, BasicBlock *NewSucc) { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 253 void threadEdgeImpl(BasicBlock *OldSucc,BasicBlock *NewSucc); 295 BasicBlock *NewSucc) { in threadEdgeImpl() argument 323 if (ToUpdate == NewSucc) continue; in threadEdgeImpl() 504 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc); 1608 BasicBlock *NewSucc) { in threadEdge() argument 1609 TheCache.threadEdgeImpl(OldSucc, NewSucc); in threadEdge() 1955 BasicBlock *NewSucc) { in threadEdge() argument 1958 getImpl(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 104 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineSink.cpp | 348 auto NewSucc = Pair.first->SplitCriticalEdge(Pair.second, *this); in runOnMachineFunction() local 349 if (NewSucc != nullptr) { in runOnMachineFunction() 352 << printMBBReference(*NewSucc) << " -- " in runOnMachineFunction()
|
D | MachineBlockPlacement.cpp | 3028 for (MachineBasicBlock *NewSucc : Pred->successors()) { in maybeTailDuplicateBlock() 3029 if (BlockFilter && !BlockFilter->count(NewSucc)) in maybeTailDuplicateBlock() 3031 BlockChain *NewChain = BlockToChain[NewSucc]; in maybeTailDuplicateBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 195 BasicBlock *NewSucc = nullptr; in MergeBlockIntoPredecessor() local 203 NewSucc = BB_JmpI->getSuccessor(0); in MergeBlockIntoPredecessor() 270 PredBB_BI->setSuccessor(FallThruPath, NewSucc); in MergeBlockIntoPredecessor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineCFGStructurizer.cpp | 2734 MachineBasicBlock *NewSucc = splitEntry(LRegion); in structurizeComplexRegion() local 2738 const DebugLoc &DL = NewSucc->findDebugLoc(NewSucc->getFirstNonPHI()); in structurizeComplexRegion() 2749 insertMergePHI(LRegion->getEntry(), LRegion->getExit(), NewSucc, in structurizeComplexRegion() 2753 TII->convertNonUniformLoopRegion(NewSucc, LastMerge); in structurizeComplexRegion()
|