search for: machinepostdomtree

Displaying 4 results from an estimated 4 matches for "machinepostdomtree".

2020 Jul 02
2
flags to reproduce clang -O3 with opt -O3
...-lazy-block-freq-opt-remark-emitter -livedebugvars -liveintervals -liveregmatrix -livestacks -livevars -loop-reduce -loop-simplify-lcssa-verification -lrshrink -machine-block-freq -machine-combiner -machine-cp -machine-cse -machinedomtree-machine-loops -machinelicm -machine-loops -machinepostdomtree -machinepostdomtree-block-placement -machine-scheduler -machine-sink -machine-trace-metrics -mergeicmps -objc-arc-contract -opt-phis -partially-inline-libcalls -peephole-opt -postra-machine-sink -post-RA-sched -processimpdefs -reaching-deps-analysis -rename-independent-subregs -shrin...
2020 Jul 03
2
flags to reproduce clang -O3 with opt -O3
...ation >> >> -lrshrink >> >> -machine-block-freq >> >> -machine-combiner >> >> -machine-cp >> >> -machine-cse >> >> -machinedomtree-machine-loops >> >> -machinelicm >> >> -machine-loops >> >> -machinepostdomtree >> >> -machinepostdomtree-block-placement >> >> -machine-scheduler >> >> -machine-sink >> >> -machine-trace-metrics >> >> -mergeicmps >> >> -objc-arc-contract >> >> -opt-phis >> >> -partially-inline-libc...
2015 Jan 17
3
[LLVMdev] loop multiversioning
...y-di -stack-protector -verify -domtree -loops -branch-prob -machinedomtree -expand-isel-pseudos -tailduplication -opt-phis -machinedomtree -slotindexes -stack-coloring -localstackalloc -dead-mi-elimination -machinedomtree -machine-loops -machine-trace-metrics -early-ifcvt -machinelicm -machine-cse -machinepostdomtree -machine-block-freq -machine-sink -peephole-opts -dead-mi-elimination -processimpdefs -unreachable-mbb-elimination -livevars -machinedomtree -machine-loops -phi-node-elimination -twoaddressinstruction -slotindexes -liveintervals -simple-register-coalescing -misched -machine-block-freq -livedebugvar...
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...al void print(llvm::raw_ostream &OS, const Module *M = 0) const { > + DT->print(OS); > + } > +}; > +} //end of namespace llvm > + > +char MachinePostDominatorTree::ID = 0; > +static RegisterPass<MachinePostDominatorTree> > +machinePostDominatorTreePass("machinepostdomtree", > + "MachinePostDominator Tree Construction", > + true, true); > + > +//const PassInfo *const llvm::MachinePostDominatorsID > +//= &machinePostDominatorTreePass; > + > +bool MachinePostDominatorTree::r...