Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp46 : VersionedLoop(L), AliasChecks(Checks), Preds(LAI.getPSE().getPredicate()), in LoopVersioning()
67 VersionedLoop, AliasChecks, Exp2); in versionLoop()
205 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h129 SmallVector<RuntimePointerCheck, 4> AliasChecks; variable