OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPhiArgExecutable
(Results
1 - 6
of
6
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
propagator.h
199
bool
IsPhiArgExecutable
(Instruction* phi, uint32_t i) const;
propagator.cpp
60
bool SSAPropagator::
IsPhiArgExecutable
(Instruction* phi, uint32_t i) const {
149
if (!
IsPhiArgExecutable
(instr, i) || ShouldSimulateAgain(arg_def_instr)) {
ccp_pass.cpp
58
if (!propagator_->
IsPhiArgExecutable
(phi, i)) {
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
propagator.h
199
bool
IsPhiArgExecutable
(Instruction* phi, uint32_t i) const;
propagator.cpp
60
bool SSAPropagator::
IsPhiArgExecutable
(Instruction* phi, uint32_t i) const {
149
if (!
IsPhiArgExecutable
(instr, i) || ShouldSimulateAgain(arg_def_instr)) {
ccp_pass.cpp
58
if (!propagator_->
IsPhiArgExecutable
(phi, i)) {
Completed in 170 milliseconds