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

  /external/llvm/lib/Analysis/
Interval.cpp 53 for (const BasicBlock *Successor : Successors)
54 OS << *Successor << "\n";
  /external/llvm/lib/IR/
BasicBlock.cpp 269 // The same successor appears multiple times in the successor list.
400 BasicBlock *Successor = *I;
402 for (BasicBlock::iterator II = Successor->begin();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 323 BasicBlock *Successor = *I;
325 for (BasicBlock::iterator II = Successor->begin();
  /external/llvm/lib/CodeGen/
Analysis.cpp 704 const MachineBasicBlock *Successor = MBBI->getOperand(0).getMBB();
707 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()});
MachinePipeliner.cpp     [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/Target/AMDGPU/
SIMachineScheduler.h 30 Successor,
  /external/swiftshader/third_party/subzero/src/
IceCfgNode.cpp 701 // Mark corresponding argument of phis in successor as live.
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 207 ExitMap Exits; ///< Successor edges (and weights).
324 /// successor/target node).
348 /// This class collates the successor edge weights for later processing.
354 WeightList Weights; ///< Individual successor weights.
396 /// successor edge.
548 /// latter only has successor information.
710 /// - Each successor is categorized as \a Weight::Local, a local edge
712 /// loop header, or \a Weight::Exit, any successor outside the loop.
713 /// The weight, the successor, and its category are stored in \a
714 /// Distribution. There can be multiple edges to each successor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 207 ExitMap Exits; ///< Successor edges (and weights).
324 /// successor/target node).
348 /// This class collates the successor edge weights for later processing.
354 WeightList Weights; ///< Individual successor weights.
396 /// successor edge.
550 /// latter only has successor information.
712 /// - Each successor is categorized as \a Weight::Local, a local edge
714 /// loop header, or \a Weight::Exit, any successor outside the loop.
715 /// The weight, the successor, and its category are stored in \a
716 /// Distribution. There can be multiple edges to each successor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 207 ExitMap Exits; ///< Successor edges (and weights).
324 /// successor/target node).
348 /// This class collates the successor edge weights for later processing.
354 WeightList Weights; ///< Individual successor weights.
396 /// successor edge.
550 /// latter only has successor information.
712 /// - Each successor is categorized as \a Weight::Local, a local edge
714 /// loop header, or \a Weight::Exit, any successor outside the loop.
715 /// The weight, the successor, and its category are stored in \a
716 /// Distribution. There can be multiple edges to each successor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 207 ExitMap Exits; ///< Successor edges (and weights).
324 /// successor/target node).
348 /// This class collates the successor edge weights for later processing.
354 WeightList Weights; ///< Individual successor weights.
396 /// successor edge.
550 /// latter only has successor information.
712 /// - Each successor is categorized as \a Weight::Local, a local edge
714 /// loop header, or \a Weight::Exit, any successor outside the loop.
715 /// The weight, the successor, and its category are stored in \a
716 /// Distribution. There can be multiple edges to each successor
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 207 ExitMap Exits; ///< Successor edges (and weights).
324 /// successor/target node).
348 /// This class collates the successor edge weights for later processing.
354 WeightList Weights; ///< Individual successor weights.
396 /// successor edge.
550 /// latter only has successor information.
712 /// - Each successor is categorized as \a Weight::Local, a local edge
714 /// loop header, or \a Weight::Exit, any successor outside the loop.
715 /// The weight, the successor, and its category are stored in \a
716 /// Distribution. There can be multiple edges to each successor
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 207 ExitMap Exits; ///< Successor edges (and weights).
324 /// successor/target node).
348 /// This class collates the successor edge weights for later processing.
354 WeightList Weights; ///< Individual successor weights.
396 /// successor edge.
550 /// latter only has successor information.
712 /// - Each successor is categorized as \a Weight::Local, a local edge
714 /// loop header, or \a Weight::Exit, any successor outside the loop.
715 /// The weight, the successor, and its category are stored in \a
716 /// Distribution. There can be multiple edges to each successor
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 207 ExitMap Exits; ///< Successor edges (and weights).
324 /// successor/target node).
348 /// This class collates the successor edge weights for later processing.
354 WeightList Weights; ///< Individual successor weights.
396 /// successor edge.
550 /// latter only has successor information.
712 /// - Each successor is categorized as \a Weight::Local, a local edge
714 /// loop header, or \a Weight::Exit, any successor outside the loop.
715 /// The weight, the successor, and its category are stored in \a
716 /// Distribution. There can be multiple edges to each successor
    [all...]

Completed in 394 milliseconds