X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FWritingAnLLVMPass.html;h=a1d55649016c7e35145867c6034e910b84bc3726;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=0c362d0e7c6a4f7a93f768181afc04e0e966c475;hpb=832171cb9724d2d31c8dfb73172e2be8f6dd13ee;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 0c362d0e7c6..a1d55649016 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -29,10 +29,10 @@
  • The CallGraphSCCPass class
  • The FunctionPass class @@ -43,6 +43,22 @@
  • The doFinalization(Module &) method
  • +
  • The LoopPass class +
  • +
  • The RegionPass class +
  • The BasicBlockPass class
  • Implementing Analysis Groups