Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1974 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
2009 if (MemoryRuntimeCheck) { in addRuntimeChecks()
2011 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
2013 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
2016 return MemoryRuntimeCheck; in addRuntimeChecks()
2027 Value *MemoryRuntimeCheck = nullptr; in addDiffRuntimeChecks() local
2054 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()
2056 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()
2058 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()
2061 return MemoryRuntimeCheck; in addDiffRuntimeChecks()