Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp271 class CodeGenPrepare : public FunctionPass { class
337 CodeGenPrepare() : FunctionPass(ID) { in CodeGenPrepare() function in __anon7f6d13e30111::CodeGenPrepare
441 char CodeGenPrepare::ID = 0;
443 INITIALIZE_PASS_BEGIN(CodeGenPrepare, DEBUG_TYPE,
450 INITIALIZE_PASS_END(CodeGenPrepare, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
453 FunctionPass *llvm::createCodeGenPreparePass() { return new CodeGenPrepare(); } in INITIALIZE_PASS_DEPENDENCY()
455 bool CodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
626 bool CodeGenPrepare::eliminateAssumptions(Function &F) { in eliminateAssumptions()
648 void CodeGenPrepare::removeAllAssertingVHReferences(Value *V) { in removeAllAssertingVHReferences()
674 void LLVM_ATTRIBUTE_UNUSED CodeGenPrepare::verifyBFIUpdates(Function &F) { in verifyBFIUpdates()
[all …]
H A DCMakeLists.txt17 CodeGenPrepare.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile25 CodeGenPrepare.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn35 "CodeGenPrepare.cpp",