HomeSort by relevance Sort by last modified time
    Searched full:successors (Results 276 - 300 of 527) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/IR/
Dominators.cpp 238 // successors, so we have to handle them specially.
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 206 // anything, as there are other successors of DestBB. However, if all other
FlattenCFG.cpp 204 // PS is the successor which is not BB. Check successors to identify
Local.cpp 60 /// destination. This is a nontrivial operation because the successors of this
192 for (BasicBlock *Succ : SI->successors()) {
    [all...]
  /external/llvm/unittests/Support/
BranchProbabilityTest.cpp 186 // High precision. The exact answers to these are close to the successors of
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 161 // now find its successors.
  /art/compiler/optimizing/
nodes.h 811 // successors.
    [all...]
code_generator_mips64.cc 4159 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); local
    [all...]
code_generator_arm64.cc 564 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); local
566 vixl::Label* target_label = codegen->GetLabelOf(successors[i]);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 276 SmallVector<SDep, 4> Succs; // All sunit successors.
430 /// maximum path down to any node which has no successors.
  /external/llvm/lib/CodeGen/
Analysis.cpp 671 // successors.
675 for (const MachineBasicBlock *SMBB : MBB->successors())
EarlyIfConversion.cpp 539 // Fix up the CFG, temporarily leave Head without any successors.
563 assert(Head->succ_empty() && "Additional head successors?");
LiveVariables.cpp 746 // Loop over all of the successors of the basic block, checking to see if
748 for (const MachineBasicBlock *SuccMBB : MBB.successors()) {
MIRPrinter.cpp 457 // Print the successors
459 OS.indent(2) << "successors: ";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 116 /* Likewise for a basic block's successors. */
121 /* Likewise for a basic block's successors. */
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 328 // When new basic blocks are inserted and the edges from MBB to its successors
411 // edges: check to see if the pred has multiple successors.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_generators.py 1142 # successors.
1146 # successors can't go back to i0 again. Return 0 if we can
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_generators.py 1142 # successors.
1146 # successors can't go back to i0 again. Return 0 if we can
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py 1142 # successors.
1146 # successors can't go back to i0 again. Return 0 if we can
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py 1142 # successors.
1146 # successors can't go back to i0 again. Return 0 if we can
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]
LazyValueInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 443 if (Token.isNewlineOrEOF()) // Allow an empty list of successors.
479 // Parse the liveins and successors.
480 // N.B: Multiple lists of successors and liveins are allowed and they're
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]

Completed in 1519 milliseconds

<<11121314151617181920>>