Searched refs:BlockStack (Results 1 – 2 of 2) sorted by relevance
50 class BlockStack; variable58 friend class BlockStack; variable
64 class BlockStack { class66 explicit BlockStack(CodegenLLVM *cc, BasicBlock *bb) in BlockStack() function in ebpf::cc::BlockStack70 ~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 …]