HomeSort by relevance Sort by last modified time
    Searched refs:switch_block_ (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_unswitch_pass.cpp 59 switch_block_(nullptr) {}
68 if (switch_block_) return true;
82 switch_block_ = bb;
88 return switch_block_;
293 Instruction* iv_condition = &*switch_block_->tail();
421 switch_block_ = nullptr;
437 BasicBlock* switch_block_; member in class:spvtools::opt::__anon41219::LoopUnswitch
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_unswitch_pass.cpp 61 switch_block_(nullptr) {}
70 if (switch_block_) return true;
80 switch_block_ = bb;
86 return switch_block_;
262 Instruction* iv_condition = &*switch_block_->tail();
437 switch_block_ = nullptr;
456 BasicBlock* switch_block_; member in class:spvtools::opt::__anon20285::LoopUnswitch
    [all...]

Completed in 1274 milliseconds