Home
last modified time | relevance | path

Searched defs:true_branch (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.h975 HIfContinuation(HBasicBlock* true_branch, in HIfContinuation()
981 void Capture(HBasicBlock* true_branch, in Capture()
989 void Continue(HBasicBlock** true_branch, in Continue()
1003 HBasicBlock* true_branch() const { return true_branch_; } in true_branch() function
Dhydrogen.cc3752 HBasicBlock* true_branch = NULL; in ReturnContinuation() local
3852 HBasicBlock* true_branch = NULL; in ReturnContinuation() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py571 def true_branch(): function