Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp271 class CodeGenPrepare : public FunctionPass { class
337 CodeGenPrepare() : FunctionPass(ID) { in CodeGenPrepare() function in __anon5386100c0111::CodeGenPrepare
441 char CodeGenPrepare::ID = 0;
443 INITIALIZE_PASS_BEGIN(CodeGenPrepare, DEBUG_TYPE,
450 INITIALIZE_PASS_END(CodeGenPrepare, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
455 bool CodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
5709 bool CodeGenPrepare::tryToPromoteExts( in tryToPromoteExts()
5805 bool CodeGenPrepare::mergeSExts(Function &F) { in mergeSExts()
5879 bool CodeGenPrepare::splitLargeGEPOffsets() { in splitLargeGEPOffsets()
5991 bool CodeGenPrepare::optimizePhiType( in optimizePhiType()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile212 SRCS_MIN+= CodeGen/CodeGenPrepare.cpp