Searched refs:NewSucc (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 75 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
|
/external/llvm/lib/CodeGen/ |
D | MachineSink.cpp | 286 auto NewSucc = Pair.first->SplitCriticalEdge(Pair.second, this); in runOnMachineFunction() local 287 if (NewSucc != nullptr) { in runOnMachineFunction() 290 << " -- BB#" << NewSucc->getNumber() in runOnMachineFunction()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 449 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc); 1105 BasicBlock *NewSucc) { in threadEdge() argument 1133 if (ToUpdate == NewSucc) continue; in threadEdge() 1413 BasicBlock *NewSucc) { in threadEdge() argument 1416 getCache(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2886 void setSuccessor(unsigned idx, BasicBlock *NewSucc) { 2888 *(&Op<-1>() - idx) = NewSucc; 3200 void setSuccessor(unsigned idx, BasicBlock *NewSucc) { 3202 setOperand(idx * 2 + 1, NewSucc); 3301 void setSuccessor(unsigned i, BasicBlock *NewSucc) { 3302 setOperand(i + 1, NewSucc); 3717 void setSuccessor(unsigned idx, BasicBlock *NewSucc) { 3719 *(&Op<-2>() + idx) = reinterpret_cast<Value*>(NewSucc); 3975 void setSuccessor(unsigned Idx, BasicBlock *NewSucc) { 3978 setOperand(Idx + 1, NewSucc); [all …]
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 723 void ReturnInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { in setSuccessorV() argument 760 void ResumeInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { in setSuccessorV() argument 1003 void UnreachableInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { in setSuccessorV() argument
|