Home
last modified time | relevance | path

Searched refs:Flow (Results 1 – 25 of 99) sorted by relevance

1234

/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp223 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
705 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local
707 DT->addNewBlock(Flow, Dominator); in getNextFlow()
708 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow()
709 return Flow; in getNextFlow()
724 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local
727 changeExit(PrevNode, Flow, true); in needPrefix()
728 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix()
729 return Flow; in needPrefix()
733 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix() argument
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dschedule-vs-if-nested-loop-failure.ll30 br label %Flow
32 Flow2: ; preds = %Flow
114 LOOP: ; preds = %main_body, %Flow
115 %temp.1 = phi float [ %109, %Flow ], [ 0.000000e+00, %main_body ]
116 %temp1.1 = phi float [ %108, %Flow ], [ 1.000000e+00, %main_body ]
117 %temp2.1 = phi float [ %107, %Flow ], [ 0.000000e+00, %main_body ]
118 %temp3.1 = phi float [ %106, %Flow ], [ 0.000000e+00, %main_body ]
119 %temp4.0 = phi float [ %105, %Flow ], [ -2.000000e+00, %main_body ]
128 br i1 %92, label %ENDIF16, label %Flow
141 Flow: ; preds = %Flow1, %LOOP
/external/llvm/test/Transforms/StructurizeCFG/
Done-loop-multiple-backedges.ll15 ; CHECK: br i1 %0, label %bb5, label %Flow
21 ; CHECK: br label %Flow
24 ; CHECK: Flow:
Dnested-loop-order.ll18 ; br i1 %{{[0-9]+}}, label %ENDIF, label %Flow
43 ; CHECK: Flow:
53 ; CHECK: br label %Flow
Dno-branch-to-entry.ll14 for.end: ; preds = %Flow
29 for.end: ; preds = %Flow
Dbranch-on-argument.ll15 for.end: ; preds = %Flow
23 ; CHECK: Flow:
Dpost-order-traversal-bug.ll18 ; CHECK: br i1 %{{[0-9]+}}, label %lor.lhs.false, label %Flow
29 ; CHECK: br label %Flow
39 ; CHECK: Flow:
/external/tcpdump/tests/
Ddcb_pfc.out40 Priority Flow Control Configuration Subtype (11)
74 Priority Flow Control Configuration Subtype (11)
108 Priority Flow Control Configuration Subtype (11)
142 Priority Flow Control Configuration Subtype (11)
Dof10_pf5240-vv.out355 table_id 0, name 'Normal 1 Flow Table'
364 table_id 1, name 'Expanded Flow Table'
369 table_id 20, name 'Normal 2 Flow Table'
374 table_id 50, name 'Mpls 1 Flow Table'
379 table_id 51, name 'Mpls 2 Flow Table'
384 table_id 99, name 'Software Flow Table'
389 table_id 100, name 'V-Normal 1 Flow Table'
394 table_id 101, name 'V-Expanded Flow Table'
399 table_id 120, name 'V-Normal 2 Flow Table'
404 table_id 140, name 'Q-Normal 1 Flow Table'
[all …]
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dcontrol_flow_ops.md1 # Control Flow
8 ## Control Flow Operations
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-set.data6 # Flow style
Dconstruct-map.data6 Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }
Dconstruct-pairs.data7 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
Dspec-06-01.canonical8 ? !!str "Flow style"
Dconstruct-omap.data7 # Flow style
Dspec-06-01.data8 Flow style: [ # Leading spaces
Dconstruct-seq.data12 Flow style: !!seq [ Mercury, Venus, Earth, Mars, # Rocks
/external/llvm/test/YAMLParser/
Dconstruct-set.test8 # Flow style
Dconstruct-map.test8 Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }
Dconstruct-pairs.test9 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
Dconstruct-omap.test9 # Flow style
Dspec-06-01.test10 Flow style: [ # Leading spaces
Dconstruct-seq.test14 Flow style: !!seq [ Mercury, Venus, Earth, Mars, # Rocks
/external/clang/lib/StaticAnalyzer/
DREADME.txt120 Of course, viewing the CFG (Control-Flow Graph) is also useful:
125 -cfg-dump Display Control-Flow Graphs
126 -cfg-view View Control-Flow Graphs using GraphViz
/external/llvm/test/CodeGen/Generic/
Dprint-machineinstrs.ll7 ; CHECK: Control Flow Optimizer

1234