search for: l00078

Displaying 3 results from an estimated 3 matches for "l00078".

Did you mean: a00078
2012 Dec 21
0
[LLVMdev] LLVM getBasicBlockIndex() or equivalent
...ii) { BasicBlock* BB=II; I have segfaults or cannot use complex structures of several methods that I found in LLVM. Do you know how to use as simply as possible the methods found at : http://llvm.org/doxygen/Instructions_8h_source.html#l02136 http://llvm.org/doxygen/EdgeBundles_8cpp_source.html#l00078 Or something equivalent? I just want to get an ID of the basic blocks. Thank you ! -- Best regards, Alexandru Ionut Diaconescu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121221/c07a38f5/attachment....
2012 Dec 17
0
[LLVMdev] BasicBlock back()
On 12/17/12 10:34 AM, Alexandru Ionut Diaconescu wrote: > Hello, > > I am a beginner of LLVM. I am trying to move among the instructions of > a BasicBlock and I cannot. In this particular example, I try to get > the previous instruction of the end instruction. I am trying 2 methods: > > > > 1. I have the following sequence of code: > > bool
2012 Dec 17
4
[LLVMdev] BasicBlock back()
Hello, I am a beginner of LLVM. I am trying to move among the instructions of a BasicBlock and I cannot. In this particular example, I try to get the previous instruction of the end instruction. I am trying 2 methods: 1. I have the following sequence of code: bool patternDC::runOnBasicBlock(BasicBlock &BB) { ... if (BB.getTerminator()) { Instruction* current =