Searched refs:GetReachingDef (Results 1 – 6 of 6) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 209 ? 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()
|
D | ssa_rewrite_pass.h | 217 uint32_t GetReachingDef(uint32_t var_id, BasicBlock* bb);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 210 ? 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()
|
D | ssa_rewrite_pass.h | 217 uint32_t GetReachingDef(uint32_t var_id, BasicBlock* bb);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 210 ? 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()
|
D | ssa_rewrite_pass.h | 217 uint32_t GetReachingDef(uint32_t var_id, BasicBlock* bb);
|