Searched refs:CodeGenPrepare (Results 1 – 4 of 4) sorted by relevance
271 class CodeGenPrepare : public FunctionPass { class337 CodeGenPrepare() : FunctionPass(ID) { in CodeGenPrepare() function in __anon7f6d13e30111::CodeGenPrepare441 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 …]
17 CodeGenPrepare.cpp
25 CodeGenPrepare.cpp \
35 "CodeGenPrepare.cpp",