Home
last modified time | relevance | path

Searched refs:EnsureBlock (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteElseBlocks.cpp99 falseBlock = EnsureBlock(falseIfElse); in rewriteIfElse()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.h70 TIntermBlock *EnsureBlock(TIntermNode *node);
DIntermNode_util.cpp310 TIntermBlock *EnsureBlock(TIntermNode *node) in EnsureBlock() function
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.cc791 return EnsureBlock(label); in Use()
794 BasicBlock* RawMachineAssembler::EnsureBlock(RawMachineLabel* label) { in EnsureBlock() function in v8::internal::compiler::RawMachineAssembler
805 current_block_ = EnsureBlock(label); in Bind()
Draw-machine-assembler.h1091 BasicBlock* EnsureBlock(RawMachineLabel* label);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp2449 node = new TIntermLoop(type, init, typedCond, expr, EnsureBlock(body)); in addLoop()
2472 TIntermLoop *loop = new TIntermLoop(type, init, conditionInit, expr, EnsureBlock(body)); in addLoop()
2500 return EnsureBlock(code.node1); in addIfElse()
2504 return EnsureBlock(code.node2); in addIfElse()
2508 TIntermIfElse *node = new TIntermIfElse(cond, EnsureBlock(code.node1), EnsureBlock(code.node2)); in addIfElse()