Home
last modified time | relevance | path

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

/NextBSD/lib/clang/libllvmcodegen/
HDMakefile.depend22 CodeGenPrepare.o: Intrinsics.inc.h
23 CodeGenPrepare.po: Intrinsics.inc.h
HDMakefile17 CodeGenPrepare.cpp \
/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp120 class CodeGenPrepare : public FunctionPass { class
155 explicit CodeGenPrepare(const TargetMachine *TM = nullptr) in CodeGenPrepare() function in __anon08e94ae70111::CodeGenPrepare
197 char CodeGenPrepare::ID = 0;
198 INITIALIZE_TM_PASS(CodeGenPrepare, "codegenprepare",
202 return new CodeGenPrepare(TM); in createCodeGenPreparePass()
205 bool CodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
320 bool CodeGenPrepare::EliminateFallThrough(Function &F) { in EliminateFallThrough()
356 bool CodeGenPrepare::EliminateMostlyEmptyBlocks(Function &F) { in EliminateMostlyEmptyBlocks()
398 bool CodeGenPrepare::CanMergeBlocks(const BasicBlock *BB, in CanMergeBlocks()
466 void CodeGenPrepare::EliminateMostlyEmptyBlock(BasicBlock *BB) { in EliminateMostlyEmptyBlock()
[all …]
/NextBSD/contrib/llvm/patches/
HDpatch-06-llvm-r248439-fdiv-hoisting.diff13 I intend to correct SimplifyCFG and add to CodeGenPrepare to account
61 +; CodeGenPrepare - to potentially undo this speculation.