HomeSort by relevance Sort by last modified time
    Searched full:placesafepoints (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CMakeLists.txt 41 PlaceSafepoints.cpp
PlaceSafepoints.cpp 1 //===- PlaceSafepoints.cpp - Place GC Safepoints --------------------------===//
156 struct PlaceSafepoints : public FunctionPass {
159 PlaceSafepoints() : FunctionPass(ID) {
458 bool PlaceSafepoints::runOnFunction(Function &F) {
590 char PlaceSafepoints::ID = 0;
593 return new PlaceSafepoints();
606 INITIALIZE_PASS_BEGIN(PlaceSafepoints, "place-safepoints", "Place Safepoints",
608 INITIALIZE_PASS_END(PlaceSafepoints, "place-safepoints", "Place Safepoints",
  /external/llvm/docs/
Statepoints.rst 713 PlaceSafepoints
716 The pass PlaceSafepoints transforms a function's IR by replacing any call or
    [all...]
GarbageCollection.rst 508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes
    [all...]
  /external/llvm/include/llvm/Transforms/
Scalar.h 450 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Scalar.h 496 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
Scalar.h 503 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/
Scalar.h 503 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
Scalar.h 509 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
Scalar.h 509 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
Scalar.h 509 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
Scalar.h 509 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Scalar.h 496 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/
Scalar.h 503 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/
Scalar.h 503 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
Scalar.h 509 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
Scalar.h 509 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
Scalar.h 509 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
Scalar.h 509 // PlaceSafepoints - Rewrite any IR calls to gc.statepoints and insert any

Completed in 796 milliseconds