Home
last modified time | relevance | path

Searched refs:NewSucc (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineSink.cpp287 auto NewSucc = Pair.first->SplitCriticalEdge(Pair.second, *this); in runOnMachineFunction() local
288 if (NewSucc != nullptr) { in runOnMachineFunction()
291 << " -- BB#" << NewSucc->getNumber() in runOnMachineFunction()
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h96 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp259 void threadEdgeImpl(BasicBlock *OldSucc,BasicBlock *NewSucc);
287 BasicBlock *NewSucc) { in threadEdgeImpl() argument
316 if (ToUpdate == NewSucc) continue; in threadEdgeImpl()
474 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
1506 BasicBlock *NewSucc) { in threadEdge() argument
1507 TheCache.threadEdgeImpl(OldSucc, NewSucc); in threadEdge()
1851 BasicBlock *NewSucc) { in threadEdge() argument
1854 .threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
/external/llvm-project/llvm/include/llvm/Analysis/
DLazyValueInfo.h104 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h3113 void setSuccessor(unsigned idx, BasicBlock *NewSucc) {
3115 *(&Op<-1>() - idx) = NewSucc;
3489 void setSuccessor(unsigned idx, BasicBlock *NewSucc) {
3491 setOperand(idx * 2 + 1, NewSucc);
3660 void setSuccessor(unsigned i, BasicBlock *NewSucc) {
3661 setOperand(i + 1, NewSucc);
3860 void setSuccessor(unsigned i, BasicBlock *NewSucc) {
3863 setNormalDest(NewSucc);
3865 setUnwindDest(NewSucc);
4102 void setSuccessor(unsigned i, BasicBlock *NewSucc) {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h3079 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h104 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp253 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()
/external/llvm-project/llvm/lib/CodeGen/
DMachineSink.cpp361 auto NewSucc = Pair.first->SplitCriticalEdge(Pair.second, *this); in runOnMachineFunction() local
362 if (NewSucc != nullptr) { in runOnMachineFunction()
365 << printMBBReference(*NewSucc) << " -- " in runOnMachineFunction()
368 MBFI->onEdgeSplit(*Pair.first, *NewSucc, *MBPI); in runOnMachineFunction()
DMachineBlockPlacement.cpp3082 for (MachineBasicBlock *NewSucc : Pred->successors()) { in maybeTailDuplicateBlock()
3083 if (BlockFilter && !BlockFilter->count(NewSucc)) in maybeTailDuplicateBlock()
3085 BlockChain *NewChain = BlockToChain[NewSucc]; in maybeTailDuplicateBlock()
/external/llvm/include/llvm/IR/
DInstructions.h2945 void setSuccessor(unsigned idx, BasicBlock *NewSucc) {
2947 *(&Op<-1>() - idx) = NewSucc;
3259 void setSuccessor(unsigned idx, BasicBlock *NewSucc) {
3261 setOperand(idx * 2 + 1, NewSucc);
3360 void setSuccessor(unsigned i, BasicBlock *NewSucc) {
3361 setOperand(i + 1, NewSucc);
3818 void setSuccessor(unsigned idx, BasicBlock *NewSucc) {
3820 *(&Op<-2>() + idx) = reinterpret_cast<Value*>(NewSucc);
4090 void setSuccessor(unsigned Idx, BasicBlock *NewSucc) {
4093 setOperand(Idx + 1, NewSucc);
[all …]
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp516 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
1368 BasicBlock *NewSucc) { in threadEdge() argument
1396 if (ToUpdate == NewSucc) continue; in threadEdge()
1704 BasicBlock *NewSucc) { in threadEdge() argument
1707 getCache(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSink.cpp348 auto NewSucc = Pair.first->SplitCriticalEdge(Pair.second, *this); in runOnMachineFunction() local
349 if (NewSucc != nullptr) { in runOnMachineFunction()
352 << printMBBReference(*NewSucc) << " -- " in runOnMachineFunction()
DMachineBlockPlacement.cpp3028 for (MachineBasicBlock *NewSucc : Pred->successors()) { in maybeTailDuplicateBlock()
3029 if (BlockFilter && !BlockFilter->count(NewSucc)) in maybeTailDuplicateBlock()
3031 BlockChain *NewChain = BlockToChain[NewSucc]; in maybeTailDuplicateBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp195 BasicBlock *NewSucc = nullptr; in MergeBlockIntoPredecessor() local
203 NewSucc = BB_JmpI->getSuccessor(0); in MergeBlockIntoPredecessor()
270 PredBB_BI->setSuccessor(FallThruPath, NewSucc); in MergeBlockIntoPredecessor()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp196 BasicBlock *NewSucc = nullptr; in MergeBlockIntoPredecessor() local
204 NewSucc = BB_JmpI->getSuccessor(0); in MergeBlockIntoPredecessor()
271 PredBB_BI->setSuccessor(FallThruPath, NewSucc); in MergeBlockIntoPredecessor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2734 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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2735 MachineBasicBlock *NewSucc = splitEntry(LRegion); in structurizeComplexRegion() local
2739 const DebugLoc &DL = NewSucc->findDebugLoc(NewSucc->getFirstNonPHI()); in structurizeComplexRegion()
2750 insertMergePHI(LRegion->getEntry(), LRegion->getExit(), NewSucc, in structurizeComplexRegion()
2754 TII->convertNonUniformLoopRegion(NewSucc, LastMerge); in structurizeComplexRegion()
/external/llvm/lib/IR/
DInstructions.cpp841 void ReturnInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { in setSuccessorV() argument
878 void ResumeInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { in setSuccessorV() argument
1132 void UnreachableInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { in setSuccessorV() argument