HomeSort by relevance Sort by last modified time
    Searched defs:RewriteStatepointsForGC (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
RewriteStatepointsForGC.h 1 //===- RewriteStatepointsForGC.h - ------------------------------*- C++ -*-===//
30 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> {
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 1 //===- RewriteStatepointsForGC.cpp - Make GC relocations explicit ---------===//
79 struct RewriteStatepointsForGC : public ModulePass {
82 RewriteStatepointsForGC() : ModulePass(ID) {
108 /// The IR fed into RewriteStatepointsForGC may have had attributes implying
110 /// RewriteStatepointsForGC has run. This is because semantically, after
111 /// RewriteStatepointsForGC runs, all calls to gc.statepoint "free" the entire
125 char RewriteStatepointsForGC::ID = 0;
128 return new RewriteStatepointsForGC();
131 INITIALIZE_PASS_BEGIN(RewriteStatepointsForGC, "rewrite-statepoints-for-gc",
135 INITIALIZE_PASS_END(RewriteStatepointsForGC, "rewrite-statepoints-for-gc"
    [all...]

Completed in 4542 milliseconds