Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp252 class CodeGenPrepare : public FunctionPass { class
318 CodeGenPrepare() : FunctionPass(ID) { in CodeGenPrepare() function in __anone6c077230111::CodeGenPrepare
410 char CodeGenPrepare::ID = 0;
412 INITIALIZE_PASS_BEGIN(CodeGenPrepare, DEBUG_TYPE,
415 INITIALIZE_PASS_END(CodeGenPrepare, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
418 FunctionPass *llvm::createCodeGenPreparePass() { return new CodeGenPrepare(); } in INITIALIZE_PASS_DEPENDENCY()
420 bool CodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
572 bool CodeGenPrepare::eliminateFallThrough(Function &F) { in eliminateFallThrough()
605 BasicBlock *CodeGenPrepare::findDestBlockOfMergeableEmptyBlock(BasicBlock *BB) { in findDestBlockOfMergeableEmptyBlock()
640 bool CodeGenPrepare::eliminateMostlyEmptyBlocks(Function &F) { in eliminateMostlyEmptyBlocks()
[all …]
DCMakeLists.txt16 CodeGenPrepare.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp143 "llvm/lib/CodeGen/CodeGenPrepare.cpp",
DBUILD.gn298 "llvm/lib/CodeGen/CodeGenPrepare.cpp",
DCMakeLists.txt143 ${LLVM_DIR}/lib/CodeGen/CodeGenPrepare.cpp