Searched defs:INITIALIZE_PASS_BEGIN (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Analysis/ |
D | Delinearization.cpp | 135 INITIALIZE_PASS_BEGIN(Delinearization, DL_NAME, delinearization_name, true, in INITIALIZE_PASS_BEGIN() function
|
D | CostModel.cpp | 71 INITIALIZE_PASS_BEGIN(CostModelAnalysis, CM_NAME, cm_name, false, true) in INITIALIZE_PASS_BEGIN() function
|
/external/llvm/include/llvm/ |
D | PassSupport.h | 50 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ macro
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | PassSupport.h | 159 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ macro
|
/external/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 75 INITIALIZE_PASS_BEGIN(AlignmentFromAssumptions, AA_NAME, in INITIALIZE_PASS_BEGIN() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 96 INITIALIZE_PASS_BEGIN(PPCLoopPreIncPrep, DEBUG_TYPE, name, false, false) in INITIALIZE_PASS_BEGIN() function
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 3222 INITIALIZE_PASS_BEGIN(BBVectorize, BBV_NAME, bb_vectorize_name, false, false) in INITIALIZE_PASS_BEGIN() function
|