Searched defs:Checks (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp106 generatePoisonChecksForBinOp(Instruction &I, SmallVector<Value*, 2> &Checks) argument
188 SmallVector<Value*, 2> Checks; local
292 SmallVector<Value*, 4> Checks; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp47 setAliasChecks( SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp232 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) { argument
[all...]
H A DLoopPredication.cpp737 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, argument
797 SmallVector<Value *, 4> Checks; local
823 SmallVector<Value *, 4> Checks; local
[all...]
H A DLoopDistribute.cpp802 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, local
911 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; local
H A DInductiveRangeCheckElimination.cpp336 extractRangeChecksFromCond( Loop *L, ScalarEvolution &SE, Use &ConditionUse, SmallVectorImpl<InductiveRangeCheck> &Checks, SmallPtrSetImpl<Value *> &Visited) argument
392 extractRangeChecksFromBranch( BranchInst *BI, Loop *L, ScalarEvolution &SE, BranchProbabilityInfo *BPI, SmallVectorImpl<InductiveRangeCheck> &Checks) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h492 SmallVector<PointerCheck, 4> Checks; member in class:llvm::RuntimePointerChecking
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1647 std::map<std::string, std::set<std::string>> Checks; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp236 SmallVector<PointerCheck, 4> Checks; local
453 printChecks( raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, unsigned Depth) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp674 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 3> Checks; local
3272 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 5> Checks; local
H A DCGExprScalar.cpp1153 llvm::SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; local
3054 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; local
1546 EmitBinOpCheck( ArrayRef<std::pair<Value *, SanitizerMask>> Checks, const BinOpInfo &Info) argument
3692 SmallVector<std::pair<Value *, SanitizerMask>, 2> Checks; local
4802 llvm::SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; local
[all...]

Completed in 133 milliseconds