search for: findbbstoppoint

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

2009 Sep 24
3
[LLVMdev] Given Filename and line number, how to get its basicblock?
Dear developers, Here I met a question: if I got a file called foo.c, and I want to know which BasicBlock contains the 30 th line in foo.c, how can I get this BasicBlock in LLVM? Thanks, Heming