Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp776 int numPreds = getPHINumInputs(PHI); in storeLiveOuts() local
777 for (int i = 0; i < numPreds; ++i) { in storeLiveOuts()
847 int numPreds = getPHINumInputs(PHI); in storeLiveOuts() local
848 for (int i = 0; i < numPreds; ++i) { in storeLiveOuts()
2508 int numPreds = getPHINumInputs(Instr); in splitExit() local
2509 for (int i = 0; i < numPreds; ++i) { in splitExit()
2863 int numPreds = getPHINumInputs(Instr); in checkRegOnlyPHIInputs() local
2864 for (int i = 0; i < numPreds; ++i) { in checkRegOnlyPHIInputs()