Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h75 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/llvm/lib/CodeGen/
DMachineSink.cpp286 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/
DLazyValueInfo.cpp449 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/
DInstructions.h2886 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/
DInstructions.cpp723 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