search for: _edge_

Displaying 2 results from an estimated 2 matches for "_edge_".

Did you mean: edge_
2012 May 21
1
[LLVMdev] Add a function splitting pass to LLVM which extracts cold regions into their own functions
...Linear Time (1994)". Nadav already mentioned this and it is also mentioned in the "RegionInfo.h" file. > > The algorithm described in this paper is very easy to implement. However, it only calculates SESE regions, where SESE means a region with a single entry and a single exit _edge_. The word _edge_ is here very important, as the algorithm misses a lot of regions that could easily be transformed to a SESE _edge_ region, but that are no SESE _edge_ regions. > > Have a look at: > > opt -view-regions-only -only-simple-regions test/Analysis/RegionInfo/condition_compl...
2007 Nov 12
3
help on drawing a tree with "ape"?
Dear all, I'm using the "ape" package in R and want to draw a phylogenetic tree with not only the tip labels but also some labels for the edges. e.g. Mark the edge AB as "m" in the tree ABC. Couldn't find a way to do that. Can someone help? Thanks, Hua