HomeSort by relevance Sort by last modified time
    Searched full:phiitr (Results 1 - 1 of 1) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
local_ssa_elim_pass.cpp 379 auto phiItr = header->begin();
380 for (; phiItr->opcode() == SpvOpPhi; ++phiItr) {
383 phiItr->ForEachInId([&cnt,&back_id,&idx](uint32_t* iid) {
388 const uint32_t varId = phiItr->GetSingleWordInOperand(idx);
393 phiItr->SetInOperand(idx, { valId });
395 def_use_mgr_->AnalyzeInstUse(&*phiItr);

Completed in 237 milliseconds