Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h558 addRuntimeChecks(Instruction *Loc) const;
566 addRuntimeChecks(Instruction *Loc,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp66 LAI.addRuntimeChecks(RuntimeCheckBB->getTerminator(), AliasChecks); in versionLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2204 std::pair<Instruction *, Instruction *> LoopAccessInfo::addRuntimeChecks( in addRuntimeChecks() function in LoopAccessInfo
2275 LoopAccessInfo::addRuntimeChecks(Instruction *Loc) const { in addRuntimeChecks() function in LoopAccessInfo
2279 return addRuntimeChecks(Loc, PtrRtChecking->getChecks()); in addRuntimeChecks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2780 Legal->getLAI()->addRuntimeChecks(MemCheckBlock->getTerminator()); in emitMemRuntimeChecks()