HomeSort by relevance Sort by last modified time
    Searched refs:verifyFunction (Results 1 - 23 of 23) sorted by null

  /art/compiler/llvm/
utils_llvm.h 25 #define VERIFY_LLVM_FUNCTION(func) ::llvm::verifyFunction(func, ::llvm::AbortProcessAction)
  /external/llvm/include/llvm/IR/
Verifier.h 42 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
54 /// around the above verifyFunction and verifyModule routines and
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 22 human-readable validation report. See [llvm::verifyFunction]. *)
33 [llvm::verifyFunction]. *)
  /external/llvm/unittests/IR/
VerifierTest.cpp 44 EXPECT_TRUE(verifyFunction(*F));
  /external/llvm/lib/Analysis/
Analysis.cpp 97 LLVMBool Result = verifyFunction(
  /art/compiler/sea_ir/code_gen/
code_gen.h 95 llvm::verifyFunction(*llvm_data_->function_);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 461 verifyFunction(*TheFunction);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 469 verifyFunction(*TheFunction);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 714 verifyFunction(*TheFunction);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 822 verifyFunction(*TheFunction);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 985 verifyFunction(*TheFunction);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 1009 verifyFunction(*TheFunction);
    [all...]
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 991 verifyFunction(*TheFunction);
    [all...]
toy.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 771 // verifyFunction(*newFunction);
774 // verifyFunction(*oldFunction);
776 DEBUG(if (verifyFunction(*newFunction))
777 report_fatal_error("verifyFunction failed!"));
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 4518 milliseconds