HomeSort by relevance Sort by last modified time
    Searched refs:getSuccessor (Results 26 - 50 of 69) sorted by null

12 3

  /external/llvm/lib/IR/
BasicBlock.cpp 344 BasicBlock *Succ = TI->getSuccessor(i);
Dominators.cpp 46 if (TI->getSuccessor(i) == End)
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 104 EntryTI->getSuccessor(0) != L->getHeader()) {
MergeFunctions.cpp 531 if (!VisitedBBs.insert(F1TI->getSuccessor(i)))
534 F1BBs.push_back(F1TI->getSuccessor(i));
535 F2BBs.push_back(F2TI->getSuccessor(i));
  /external/llvm/lib/Transforms/Utils/
Local.cpp 65 BasicBlock *Dest1 = BI->getSuccessor(0);
66 BasicBlock *Dest2 = BI->getSuccessor(1);
177 BasicBlock *Succ = SI->getSuccessor(i);
738 BasicBlock *Succ = cast<BranchInst>(BB->getTerminator())->getSuccessor(0);
    [all...]
LoopUnrollRuntime.cpp 297 PreHeaderBR->getSuccessor(0) == PEnd &&
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 602 return BI->getSuccessor(CI->isZero()) == To;
742 markEdgeExecutable(BB, TI.getSuccessor(i));
    [all...]
LoopIdiomRecognize.cpp 360 if ((Pred == ICmpInst::ICMP_NE && Br->getSuccessor(0) == LoopEntry) ||
361 (Pred == ICmpInst::ICMP_EQ && Br->getSuccessor(1) == LoopEntry))
587 CmpInst::Predicate Pred = (LbBr->getSuccessor(0) == Body) ?
    [all...]
CodeGenPrepare.cpp 298 BasicBlock *DestBB = BI->getSuccessor(0);
385 BasicBlock *DestBB = BI->getSuccessor(0);
805 if (!BI || !BI->isUnconditional() || BI->getSuccessor(0) != BB)
    [all...]
IndVarSimplify.cpp 292 (L->contains(TheBr->getSuccessor(0)) &&
293 L->contains(TheBr->getSuccessor(1))))
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 254 if (TI->getSuccessor(i) == H) {
288 if (TI->getSuccessor(i) == H)
  /external/llvm/unittests/IR/
InstructionsTest.cpp 97 EXPECT_EQ(bb1, b1->getSuccessor(1));
103 EXPECT_EQ(bb0, b1->getSuccessor(0));
  /external/llvm/include/llvm/Support/
CFG.h 149 inline reference operator*() const { return Term->getSuccessor(idx); }
PatternMatch.h 807 Succ = BI->getSuccessor(0);
828 T = BI->getSuccessor(0);
829 F = BI->getSuccessor(1);
    [all...]
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 109 BasicBlock* Succ = TI->getSuccessor(s);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 698 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);
753 if (OtherBr->getSuccessor(0) != StoreBB &&
754 OtherBr->getSuccessor(1) != StoreBB)
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 451 Block.addEdge(Func.getBlock(TI->getSuccessor(i)));
544 ComplexEdgeSuccs.insert(TI->getSuccessor(i));
644 BasicBlock *Succ = TI->getSuccessor(i);
PathProfiling.cpp 495 if(terminator->getSuccessor(i) == target)
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
InstrTypes.h 63 /// getSuccessor - Return the specified successor.
65 BasicBlock *getSuccessor(unsigned idx) const {
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 186 MBBMap[Invoke->getSuccessor(1)]->setIsLandingPad();
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 516 if (!L->contains(CountedExitBranch->getSuccessor(0)))

Completed in 3548 milliseconds

12 3