Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp209 ? GetReachingDef(phi_candidate->var_id(), pred_bb) in AddPhiOperands()
258 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef() function in spvtools::opt::SSARewriter
268 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef()
379 val_id = GetReachingDef(var_id, bb); in ProcessLoad()
619 ? GetReachingDef(phi_candidate->var_id(), pred_bb) in FinalizePhiCandidate()
Dssa_rewrite_pass.h217 uint32_t GetReachingDef(uint32_t var_id, BasicBlock* bb);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp210 ? GetReachingDef(phi_candidate->var_id(), pred_bb) in AddPhiOperands()
259 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef() function in spvtools::opt::SSARewriter
269 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef()
380 val_id = GetReachingDef(var_id, bb); in ProcessLoad()
620 ? GetReachingDef(phi_candidate->var_id(), pred_bb) in FinalizePhiCandidate()
Dssa_rewrite_pass.h217 uint32_t GetReachingDef(uint32_t var_id, BasicBlock* bb);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp210 ? GetReachingDef(phi_candidate->var_id(), pred_bb) in AddPhiOperands()
259 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef() function in spvtools::opt::SSARewriter
269 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef()
380 val_id = GetReachingDef(var_id, bb); in ProcessLoad()
620 ? GetReachingDef(phi_candidate->var_id(), pred_bb) in FinalizePhiCandidate()
Dssa_rewrite_pass.h217 uint32_t GetReachingDef(uint32_t var_id, BasicBlock* bb);