Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp755 int numPreds = getPHINumInputs(PHI); in storeLiveOuts() local
756 for (int i = 0; i < numPreds; ++i) { in storeLiveOuts()
826 int numPreds = getPHINumInputs(PHI); in storeLiveOuts() local
827 for (int i = 0; i < numPreds; ++i) { in storeLiveOuts()
2460 int numPreds = getPHINumInputs(Instr); in splitExit() local
2461 for (int i = 0; i < numPreds; ++i) { in splitExit()
2807 int numPreds = getPHINumInputs(Instr); in checkRegOnlyPHIInputs() local
2808 for (int i = 0; i < numPreds; ++i) { in checkRegOnlyPHIInputs()