Home
last modified time | relevance | path

Searched refs:BlockStack (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.h50 class BlockStack; variable
58 friend class BlockStack; variable
Dcodegen_llvm.cc64 class BlockStack { class
66 explicit BlockStack(CodegenLLVM *cc, BasicBlock *bb) in BlockStack() function in ebpf::cc::BlockStack
70 ~BlockStack() { in ~BlockStack()
147 BlockStack bstack(this, label_then); in visit_if_stmt_node()
154 BlockStack bstack(this, label_else); in visit_if_stmt_node()
181 BlockStack bstack(this, label_then); in visit_onvalid_stmt_node()
188 BlockStack bstack(this, label_else); in visit_onvalid_stmt_node()
233 BlockStack bstack(this, dest); in visit_case_stmt_node()
449 BlockStack bstack(this, label_then); in emit_short_circuit_and()
476 BlockStack bstack(this, label_then); in emit_short_circuit_or()
[all …]