Home
last modified time | relevance | path

Searched defs:numPreds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp776 int numPreds = getPHINumInputs(PHI); in storeLiveOuts() local
847 int numPreds = getPHINumInputs(PHI); in storeLiveOuts() local
2510 int numPreds = getPHINumInputs(Instr); in splitExit() local
2865 int numPreds = getPHINumInputs(Instr); in checkRegOnlyPHIInputs() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_ssa_elim_pass.cpp573 const size_t numPreds = label2preds_[(*block_itr)->id()].size(); in SSABlockInit() local