Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp36 bool processSelect(SelectInst *SI);
67 bool CorrelatedValuePropagation::processSelect(SelectInst *S) { in processSelect() function in CorrelatedValuePropagation
187 BBChanged |= processSelect(cast<SelectInst>(II)); in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp71 static bool processSelect(SelectInst *S, LazyValueInfo *LVI) { in processSelect() function
416 BBChanged |= processSelect(cast<SelectInst>(II), LVI); in runImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp105 static bool processSelect(SelectInst *S, LazyValueInfo *LVI) { in processSelect() function
698 BBChanged |= processSelect(cast<SelectInst>(II), LVI); in runImpl()