HomeSort by relevance Sort by last modified time
    Searched refs:PointerCheck (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 76 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
101 SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 416 PointerCheck;
424 const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; }
439 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
477 SmallVector<PointerCheck, 4>
485 SmallVector<PointerCheck, 4> Checks;
557 const SmallVectorImpl<RuntimePointerChecking::PointerCheck>
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 322 SmallVector<RuntimePointerChecking::PointerCheck, 4> collectMemchecks(
336 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;
339 [&](const RuntimePointerChecking::PointerCheck &Check) {
453 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks =
LoopDistribute.cpp 624 SmallVector<RuntimePointerChecking::PointerCheck, 4>
626 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks,
629 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;
632 [&](const RuntimePointerChecking::PointerCheck &Check) {
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 40 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) {
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 158 SmallVector<RuntimePointerChecking::PointerCheck, 4>
160 SmallVector<PointerCheck, 4> Checks;
378 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
    [all...]

Completed in 501 milliseconds