HomeSort by: relevance | last modified time | path
    Searched defs:Verifier (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanHCFGBuilder.h 50 // VPlan verifier utility.
51 VPlanVerifier Verifier;
VPlanHCFGBuilder.h 50 // VPlan verifier utility.
51 VPlanVerifier Verifier;
VPlanHCFGBuilder.h 50 // VPlan verifier utility.
51 VPlanVerifier Verifier;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IteratorRangeChecker.cpp 130 const AdvanceFn *Verifier = AdvanceFunctions.lookup(Call);
131 if (Verifier) {
133 (this->**Verifier)(C, Call.getArgSVal(0), Call.getArgSVal(1));
136 (this->**Verifier)(
IteratorRangeChecker.cpp 130 const AdvanceFn *Verifier = AdvanceFunctions.lookup(Call);
131 if (Verifier) {
133 (this->**Verifier)(C, Call.getArgSVal(0), Call.getArgSVal(1));
136 (this->**Verifier)(
IteratorRangeChecker.cpp 130 const AdvanceFn *Verifier = AdvanceFunctions.lookup(Call);
131 if (Verifier) {
133 (this->**Verifier)(C, Call.getArgSVal(0), Call.getArgSVal(1));
136 (this->**Verifier)(
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
Trace.cpp 312 BlockVerifier Verifier;
314 if (auto E = R->apply(Verifier))
316 if (auto E = Verifier.verify())
Trace.cpp 312 BlockVerifier Verifier;
314 if (auto E = R->apply(Verifier))
316 if (auto E = Verifier.verify())
Trace.cpp 312 BlockVerifier Verifier;
314 if (auto E = R->apply(Verifier))
316 if (auto E = Verifier.verify())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
SafepointIRVerifier.cpp 28 // idioms like this. The verifier knows about these cases and avoids reporting
53 #define DEBUG_TYPE "safepoint-ir-verifier"
60 static cl::opt<bool> PrintOnly("safepoint-ir-verifier-print-only",
234 StringRef getPassName() const override { return "safepoint verifier"; }
250 "Safepoint IR Verifier", false, false)
253 "Safepoint IR Verifier", false, false)
287 /// The verifier algorithm is phrased in terms of availability. The set of
476 InstructionVerifier &Verifier);
509 /// ContributionChanged is set when the verifier runs for the first time
578 InstructionVerifier &Verifier) {
    [all...]
SafepointIRVerifier.cpp 28 // idioms like this. The verifier knows about these cases and avoids reporting
53 #define DEBUG_TYPE "safepoint-ir-verifier"
60 static cl::opt<bool> PrintOnly("safepoint-ir-verifier-print-only",
234 StringRef getPassName() const override { return "safepoint verifier"; }
250 "Safepoint IR Verifier", false, false)
253 "Safepoint IR Verifier", false, false)
287 /// The verifier algorithm is phrased in terms of availability. The set of
476 InstructionVerifier &Verifier);
509 /// ContributionChanged is set when the verifier runs for the first time
578 InstructionVerifier &Verifier) {
    [all...]
SafepointIRVerifier.cpp 28 // idioms like this. The verifier knows about these cases and avoids reporting
53 #define DEBUG_TYPE "safepoint-ir-verifier"
60 static cl::opt<bool> PrintOnly("safepoint-ir-verifier-print-only",
234 StringRef getPassName() const override { return "safepoint verifier"; }
250 "Safepoint IR Verifier", false, false)
253 "Safepoint IR Verifier", false, false)
287 /// The verifier algorithm is phrased in terms of availability. The set of
476 InstructionVerifier &Verifier);
509 /// ContributionChanged is set when the verifier runs for the first time
578 InstructionVerifier &Verifier) {
    [all...]
Verifier.cpp 1 //===-- Verifier.cpp - Implement the Module Verifier -----------------------==//
9 // This file defines the function verifier interface, that can be used for some
46 #include "llvm/IR/Verifier.h"
280 class Verifier : public InstVisitor<Verifier>, VerifierSupport {
281 friend class InstVisitor<Verifier>;
350 explicit Verifier(raw_ostream *OS, bool ShouldTreatBrokenDebugInfoAsError,
400 /// Verify the module that this instance of \c Verifier was initialized with.
476 using InstVisitor<Verifier>::visit
    [all...]
Verifier.cpp 1 //===-- Verifier.cpp - Implement the Module Verifier -----------------------==//
9 // This file defines the function verifier interface, that can be used for some
46 #include "llvm/IR/Verifier.h"
280 class Verifier : public InstVisitor<Verifier>, VerifierSupport {
281 friend class InstVisitor<Verifier>;
350 explicit Verifier(raw_ostream *OS, bool ShouldTreatBrokenDebugInfoAsError,
400 /// Verify the module that this instance of \c Verifier was initialized with.
476 using InstVisitor<Verifier>::visit
    [all...]
Verifier.cpp 1 //===-- Verifier.cpp - Implement the Module Verifier -----------------------==//
9 // This file defines the function verifier interface, that can be used for some
46 #include "llvm/IR/Verifier.h"
280 class Verifier : public InstVisitor<Verifier>, VerifierSupport {
281 friend class InstVisitor<Verifier>;
350 explicit Verifier(raw_ostream *OS, bool ShouldTreatBrokenDebugInfoAsError,
400 /// Verify the module that this instance of \c Verifier was initialized with.
476 using InstVisitor<Verifier>::visit
    [all...]

Completed in 134 milliseconds