Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp135 using BlockStack = std::vector<const BasicBlock *>; typedef
142 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO()
198 BlockStack Stack; in computeTopLevelPO()
/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 …]