Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dbasic_block.h156 inline bool WhileEachPhiInst(const std::function<bool(Instruction*)>& f,
176 return !WhileEachPhiInst([](Instruction*) { return false; }); in HasPhiInstructions()
302 inline bool BasicBlock::WhileEachPhiInst( in WhileEachPhiInst() function
320 WhileEachPhiInst( in ForEachPhiInst()
Dloop_utils.cpp167 if (!bb->WhileEachPhiInst([&incoming_phi, this](Instruction* phi) { in GetOrBuildIncoming()
Dloop_peeling.cpp652 loop->GetHeaderBlock()->WhileEachPhiInst([&canonical_induction_variable, in ProcessLoop()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h156 inline bool WhileEachPhiInst(const std::function<bool(Instruction*)>& f,
176 return !WhileEachPhiInst([](Instruction*) { return false; }); in HasPhiInstructions()
302 inline bool BasicBlock::WhileEachPhiInst( in WhileEachPhiInst() function
320 WhileEachPhiInst( in ForEachPhiInst()
Dloop_utils.cpp167 if (!bb->WhileEachPhiInst([&incoming_phi, this](Instruction* phi) { in GetOrBuildIncoming()
Dloop_peeling.cpp652 loop->GetHeaderBlock()->WhileEachPhiInst([&canonical_induction_variable, in ProcessLoop()