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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp78 static bool dependsOnLocalPhi(const Loop *L, const Value *Cond, function
91 } else if (Depth < 10 && dependsOnLocalPhi(L, V, Depth+1))
167 if (dependsOnLocalPhi(L, Br->getCondition())) {

Completed in 110 milliseconds