search for: jumptableindex

Displaying 1 result from an estimated 1 matches for "jumptableindex".

Did you mean: isjumptableindex
2009 Sep 06
0
[LLVMdev] How to differentiate between external and internal calls in llc?
...eRegAlloc. In this Pass I need to extend calls (i. e. CALL32m, CALL32r) iff they call function within the program. CALL32m has, I think, ten different possibilities for the four operands giving the target address. At the moment I have excluded calls that give the displacement as GlobalAddress or JumpTableIndex (although I am not sure whether this is actually right or whether I exclude to many calls this way). But there appear to be CALL32r instructions that also call locations outside the program. Is there any way to determine the location of the call target more precisely? I tried for (MachineBas...