Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1845 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
1872 if (MemoryRuntimeCheck) { in addRuntimeChecks()
1874 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
1877 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
1880 if (!MemoryRuntimeCheck) in addRuntimeChecks()
1886 Instruction *Check = BinaryOperator::CreateAnd(MemoryRuntimeCheck, in addRuntimeChecks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2134 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
2169 if (MemoryRuntimeCheck) { in addRuntimeChecks()
2171 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
2174 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
2177 if (!MemoryRuntimeCheck) in addRuntimeChecks()
2183 Instruction *Check = BinaryOperator::CreateAnd(MemoryRuntimeCheck, in addRuntimeChecks()