HomeSort by relevance Sort by last modified time
    Searched refs:Successor (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/IR/
BasicBlock.cpp 254 // The same successor appears multiple times in the successor list.
387 BasicBlock *Successor = *I;
389 for (BasicBlock::iterator II = Successor->begin();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 203 ExitMap Exits; ///< Successor edges (and weights).
320 /// successor/target node).
344 /// This class collates the successor edge weights for later processing.
350 WeightList Weights; ///< Individual successor weights.
392 /// successor edge.
542 /// latter only has successor information.
704 /// - Each successor is categorized as \a Weight::Local, a local edge
706 /// loop header, or \a Weight::Exit, any successor outside the loop.
707 /// The weight, the successor, and its category are stored in \a
708 /// Distribution. There can be multiple edges to each successor
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 231 const CFGBlock *Successor = *I;
232 if (!Successor || enqueuedBlocks[Successor->getBlockID()])
234 worklist.push_back(Successor);
235 enqueuedBlocks[Successor->getBlockID()] = true;
566 // * Block 8 is visited because we've visited its only successor.
616 // When visiting the first successor of a block, mark all NULL
  /external/llvm/lib/CodeGen/
Analysis.cpp 714 const MachineBasicBlock *Successor = MBBI->getOperand(0).getMBB();
717 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()});
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 127 for (const BasicBlock *Successor : successors(BB))
129 B->AddBranchTo(BB2B[Successor], /*Condition=*/nullptr, /*Code=*/nullptr);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 115 // Produce a table of pointers to counters, by predecessor and successor
253 void addEdge(GCOVBlock &Successor) {
254 OutEdges.push_back(&Successor);
508 // single successor, so split the entry block to make sure of that.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 627 milliseconds