/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.go | 695 S1 *Flow // successors of this instruction (at most two: s1 and s2).
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 698 S1 *Flow // successors of this instruction (at most two: s1 and s2).
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.go | 695 S1 *Flow // successors of this instruction (at most two: s1 and s2).
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 79 i.e. each node appears before all of its successors
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 79 i.e. each node appears before all of its successors
|
/external/llvm/lib/IR/ |
Instructions.cpp | 724 llvm_unreachable("ReturnInst has no successors!"); 728 llvm_unreachable("ReturnInst has no successors!"); 761 llvm_unreachable("ResumeInst has no successors!"); 765 llvm_unreachable("ResumeInst has no successors!"); [all...] |
/art/compiler/optimizing/ |
code_generator_arm.cc | [all...] |
code_generator_x86.cc | 7031 const ArenaVector<HBasicBlock*>& successors = switch_block->GetSuccessors(); local 7271 const ArenaVector<HBasicBlock*>& successors = block->GetSuccessors(); local [all...] |
code_generator_x86_64.cc | 6503 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); local 6694 const ArenaVector<HBasicBlock*>& successors = block->GetSuccessors(); local [all...] |
load_store_elimination.cc | 297 // the block's successors. In reverse post order, those instructions will be visited after [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 1827 val successors : llvalue -> llbasicblock array var [all...] |
llvm.ml | 1057 let successors llv = var [all...] |
/external/llvm/lib/CodeGen/ |
CodeGenPrepare.cpp | 271 SmallVector<BasicBlock *, 2> Successors(succ_begin(&BB), succ_end(&BB)); 276 II = Successors.begin(), IE = Successors.end(); II != IE; ++II) 281 // Delete the dead blocks and any of their dead successors. 286 SmallVector<BasicBlock*, 2> Successors(succ_begin(BB), succ_end(BB)); 291 II = Successors.begin(), IE = Successors.end(); II != IE; ++II) [all...] |
CriticalAntiDepBreaker.cpp | 57 // Examine the live-in regs of all successors.
|
/external/v8/src/crankshaft/ |
hydrogen.cc | 423 // If more successors than predecessors have been seen in the loop up to 440 // Only count successors that remain inside the loop and don't loop back 583 // Check that successors are correctly set. [all...] |
/external/llvm/lib/Target/AMDGPU/ |
AMDILCFGStructurizer.cpp | [all...] |
/external/llvm/include/llvm/Analysis/ |
LoopInfo.h | 202 /// getExitingBlocks - Return all blocks inside the loop that have successors
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.cpp | 443 // Find all predecessors and successors of the group. [all...] |
/external/llvm/lib/Target/Mips/ |
MipsDelaySlotFiller.cpp | 779 // predecessors have multiple successors.
|
/external/llvm/lib/Target/WebAssembly/ |
Relooper.cpp | 127 for (const BasicBlock *Successor : successors(BB)) [all...] |
/external/llvm/lib/Transforms/Scalar/ |
RewriteStatepointsForGC.cpp | [all...] |
/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 369 // Loop over all of the successors of this block, deleting any PHI nodes
|
/external/v8/src/compiler/ |
register-allocator.h | 860 // Phase 2: deconstruct SSA by inserting moves in successors and the headers [all...] |
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
test_tree.py | 510 successors = [node for node in start.next_elements] 511 # There are two successors: the final <b> tag and its text contents. 512 tag, contents = successors [all...] |
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | 343 /// successors. This is not enforced by the normal live-in lists since 344 /// registers may be implicitly defined, or not used by all successors. 503 // We may need to kill and define some registers to match successors. [all...] |