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/ |
D | PoisonChecking.cpp | 107 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/ |
D | GuardWidening.cpp | 232 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()
|
D | LoopPredication.cpp | 737 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, in collectChecks() 797 SmallVector<Value *, 4> Checks; in widenGuardConditions() local 823 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
|
D | LoopLoadElimination.cpp | 394 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() local 523 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop() local
|
D | LoopDistribute.cpp | 802 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local 911 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
|
D | InductiveRangeCheckElimination.cpp | 338 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/ |
D | LoopVersioning.cpp | 48 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 492 SmallVector<PointerCheck, 4> Checks; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 236 SmallVector<PointerCheck, 4> Checks; in generateChecks() local 454 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, in printChecks()
|