Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp73 static bool dependsOnLocalPhi(const Loop *L, const Value *Cond, in dependsOnLocalPhi() function
86 } else if (Depth < 10 && dependsOnLocalPhi(L, V, Depth+1)) in dependsOnLocalPhi()
125 if (dependsOnLocalPhi(L, Br->getCondition())) { in getUnrollingPreferences()