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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DLazyValueInfo.h65 /// PredBB to OldSucc to be from PredBB to NewSucc instead.
66 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineSink.cpp650 MachineBasicBlock *NewSucc = local
652 if (!NewSucc) {
659 << " -- BB#" << NewSucc->getNumber()
661 SuccToSinkTo = NewSucc;
672 MachineBasicBlock *NewSucc = SplitCriticalEdge(MI, ParentBlock, local
674 if (!NewSucc) {
682 << " -- BB#" << NewSucc->getNumber()
684 SuccToSinkTo = NewSucc;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLazyValueInfo.cpp397 /// NewSucc.
398 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
938 BasicBlock *NewSucc) {
947 // values in any successor of OldSucc (except NewSucc) in which they were
967 // Skip blocks only accessible through NewSucc.
968 if (ToUpdate == NewSucc) continue;
1133 BasicBlock *NewSucc) {
1134 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc);
937 threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc) argument
1132 threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc) argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2408 void setSuccessor(unsigned idx, BasicBlock *NewSucc) { argument
2410 *(&Op<-1>() - idx) = (Value*)NewSucc;
2641 void setSuccessor(unsigned idx, BasicBlock *NewSucc) {
2643 setOperand(idx*2+1, (Value*)NewSucc);
2926 void setSuccessor(unsigned i, BasicBlock *NewSucc) { argument
2927 setOperand(i+1, (Value*)NewSucc);
3136 void setSuccessor(unsigned idx, BasicBlock *NewSucc) {
3138 *(&Op<-2>() + idx) = reinterpret_cast<Value*>(NewSucc);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp628 void ReturnInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { argument
665 void ResumeInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { argument
691 void UnreachableInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { argument

Completed in 180 milliseconds