Home
last modified time | relevance | path

Searched refs:CodeGenPrepare (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp243 class CodeGenPrepare : public FunctionPass { class
307 CodeGenPrepare() : FunctionPass(ID) { in CodeGenPrepare() function in __anon6227213d0111::CodeGenPrepare
383 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 …]
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile177 SRCS_MIN+= CodeGen/CodeGenPrepare.cpp