Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2156 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
2191 if (MemoryRuntimeCheck) { in addRuntimeChecks()
2193 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
2196 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
2199 if (!MemoryRuntimeCheck) in addRuntimeChecks()
2205 Instruction *Check = BinaryOperator::CreateAnd(MemoryRuntimeCheck, in addRuntimeChecks()