Lines Matching refs:BlockStack
64 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()
909 BlockStack bstack(this, label_then); in visit_match_decl_stmt_node()
937 BlockStack bstack(this, label_then); in visit_miss_decl_stmt_node()