Searched refs:CodeGenPrepare (Results 1 – 2 of 2) sorted by relevance
243 class CodeGenPrepare : public FunctionPass { class307 CodeGenPrepare() : FunctionPass(ID) { in CodeGenPrepare() function in __anon6227213d0111::CodeGenPrepare383 char CodeGenPrepare::ID = 0;385 INITIALIZE_PASS_BEGIN(CodeGenPrepare, DEBUG_TYPE,388 INITIALIZE_PASS_END(CodeGenPrepare, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()393 bool CodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()4943 bool CodeGenPrepare::tryToPromoteExts( in tryToPromoteExts()5039 bool CodeGenPrepare::mergeSExts(Function &F) { in mergeSExts()5114 bool CodeGenPrepare::splitLargeGEPOffsets() { in splitLargeGEPOffsets()5228 bool CodeGenPrepare::canFormExtLd( in canFormExtLd()[all …]
177 SRCS_MIN+= CodeGen/CodeGenPrepare.cpp