Skip to content

Files

Latest commit

41859d9 · Dec 19, 2019

History

History

HI_LoopInFormationCollect

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 15, 2019
Dec 19, 2019
Dec 19, 2019
Feb 15, 2019
The HI_LoopInFormationCollect pass is mainlyed tested by LLVM_exp3_loop_info_extraction

HI_LoopInFormationCollect pass try to extract and print out different Loop information by involving LoopInfoWrapperPass, e.g. Trip Count, Depth, LoopReport, Sub-Loops, Blocks in Loops

Detailed explanation can be found in the source code's comments.

It shows how to use the Loop class and LoopInfo class for processing and analysis.
It also shows how to use function getAnalysisUsage to define the dependence between Passes