Home
last modified time | relevance | path

Searched refs:falseBranch (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/frontends/p4/compiler/
DebpfConditional.py88 falseBranch = self.hlirconditional.next_[False]
89 if falseBranch is None:
90 falseBranch = nextNode
112 label = program.getLabel(falseBranch)
/external/llvm-project/mlir/lib/Dialect/StandardOps/EDSC/
DIntrinsics.cpp21 Block *falseBranch, in std_cond_br() argument
24 falseBranch, falseOperands); in std_cond_br()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DIntrinsics.h62 Block *falseBranch, ValueRange falseOperands);