Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2218 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
2253 if (MemoryRuntimeCheck) { in addRuntimeChecks()
2255 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
2258 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
2261 if (!MemoryRuntimeCheck) in addRuntimeChecks()
2267 Instruction *Check = BinaryOperator::CreateAnd(MemoryRuntimeCheck, in addRuntimeChecks()