Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp295 class CodeGenPrepare : public FunctionPass { class
370 CodeGenPrepare() : FunctionPass(ID) { in CodeGenPrepare() function in __anon88ab83af0111::CodeGenPrepare
475 char CodeGenPrepare::ID = 0;
477 INITIALIZE_PASS_BEGIN(CodeGenPrepare, DEBUG_TYPE,
485 INITIALIZE_PASS_END(CodeGenPrepare, DEBUG_TYPE, "Optimize for code generation", in INITIALIZE_PASS_DEPENDENCY()
488 FunctionPass *llvm::createCodeGenPreparePass() { return new CodeGenPrepare(); } in INITIALIZE_PASS_DEPENDENCY()
490 bool CodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
703 bool CodeGenPrepare::eliminateAssumptions(Function &F) { in eliminateAssumptions()
725 void CodeGenPrepare::removeAllAssertingVHReferences(Value *V) { in removeAllAssertingVHReferences()
747 void LLVM_ATTRIBUTE_UNUSED CodeGenPrepare::verifyBFIUpdates(Function &F) { in verifyBFIUpdates()
[all …]
H A DCMakeLists.txt45 CodeGenPrepare.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile28 CodeGenPrepare.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn41 "CodeGenPrepare.cpp",