Displaying 2 results from an estimated 2 matches for "thebb".
Did you mean:
hebb
2014 May 02
2
[LLVMdev] An unexpected behavior in RegionInfo's block_iterator
Hi Fellows,
I notice an unexpected behavior in RegionInfo's block_iterator. Consider
the following situation: a user creates her own region containing just a
single basic block TheBB, then tries to have the block_iterator to print a
DFS traversal of the region. The expected behavior should be that only the
single basic block TheBB will be printed, but the real behavior is that
block_iterator prints out all the basic blocks of the CFG starting from
TheBB to the end.
It look...
2014 May 02
2
[LLVMdev] An unexpected behavior in RegionInfo's block_iterator
...gt; wrote:
> On 02/05/2014 23:26, Paul Vario wrote:
>
>> Hi Fellows,
>>
>> I notice an unexpected behavior in RegionInfo's block_iterator.
>> Consider
>> the following situation: a user creates her own region containing just a
>> single basic block TheBB, then tries to have the block_iterator to print a
>> DFS traversal of the region. The expected behavior should be that only the
>> single basic block TheBB will be printed, but the real behavior is that
>> block_iterator prints out all the basic blocks of the CFG starting from
>...