Home
last modified time | relevance | path

Searched defs:Checks (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp107 SmallVector<Value*, 2> &Checks) { in generatePoisonChecksForBinOp()
188 SmallVector<Value*, 2> Checks; in generatePoisonChecks() local
292 SmallVector<Value*, 4> Checks; in rewrite() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp232 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks()
544 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; in widenCondCommon() local
581 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in parseRangeChecks()
653 SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in combineRangeChecks()
DLoopPredication.cpp737 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, in collectChecks()
797 SmallVector<Value *, 4> Checks; in widenGuardConditions() local
823 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
DLoopLoadElimination.cpp394 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() local
523 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop() local
DLoopDistribute.cpp802 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
911 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
DInductiveRangeCheckElimination.cpp338 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond()
394 SmallVectorImpl<InductiveRangeCheck> &Checks) { in extractRangeChecksFromBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp48 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h492 SmallVector<PointerCheck, 4> Checks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp236 SmallVector<PointerCheck, 4> Checks; in generateChecks() local
454 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, in printChecks()