Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1653 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
1699 if (MemoryRuntimeCheck) { in addRuntimeChecks()
1701 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
1704 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
1707 if (!MemoryRuntimeCheck) in addRuntimeChecks()
1714 BinaryOperator::CreateAnd(MemoryRuntimeCheck, ConstantInt::getTrue(Ctx)); in addRuntimeChecks()