Home
last modified time | relevance | path

Searched defs:IsControlFlow (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h181 bool IsControlFlow() const { in IsControlFlow() function
865 inline bool IsControlFlow(const Node* n) { return n->IsControlFlow(); } in IsControlFlow() function
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_x86.h106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
H A Dnodes.h2172 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp209 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp205 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp188 bool IsControlFlow = MI.isCall() || MI.isReturn(); in processBasicBlock() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc167 bool IsControlFlow(const NodeDef& node) { in IsControlFlow() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc230 bool TFGraphDialect::IsControlFlow(TFOp op) const { in IsControlFlow() function in mlir::tfg::TFGraphDialect