Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp219 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
699 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local
701 DT->addNewBlock(Flow, Dominator); in getNextFlow()
702 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow()
703 return Flow; in getNextFlow()
718 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local
721 changeExit(PrevNode, Flow, true); in needPrefix()
722 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix()
723 return Flow; in needPrefix()
727 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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_django_orm.py40 from oauth2client.client import Flow
74 self.flow = Flow()
81 self.assertTrue(isinstance(self.field.to_python(self.pickle), Flow))
/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:
Dno-branch-to-entry.ll14 for.end: ; preds = %Flow
29 for.end: ; preds = %Flow
Dnested-loop-order.ll18 ; br i1 %{{[0-9]+}}, label %ENDIF, label %Flow
43 ; CHECK: Flow:
53 ; CHECK: br label %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/iproute2/doc/
Dapi-ip6-flowlabels.tex2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
52 Flow labels must be uniformly distributed (pseudo-)random numbers,
74 Flow labels have finite lifetime and source is not allowed to reuse
78 Flow state, including lifetime, is propagated along datagram path
218 \section{Flow label management.}
326 \item \verb|expires| is time in seconds. Flow label will be kept at least
407 \paragraph{Flow labels and RSVP.}
408 \addcontentsline{toc}{subsection}{Flow labels and RSVP}
DPlan11 2.3 IPv6 Flow Labels (api-ip6-flowlabels.tex, published)
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-set.data6 # Flow style
Dconstruct-pairs.data7 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
Dconstruct-map.data6 Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }
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-pairs.test9 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
Dconstruct-map.test8 Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }
Dconstruct-omap.test9 # Flow style
Dspec-06-01.test10 Flow style: [ # Leading spaces
Dconstruct-seq.test14 Flow style: !!seq [ Mercury, Venus, Earth, Mars, # Rocks

1234