search for: getnodeforblock

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

2007 Jul 09
1
[LLVMdev] Integer Range
Dear All, Is there an LLVM analysis pass that can, given an LLVM integer value, tell me the minimum and maximum values that the value will be at run-time? Conservative answers are fine, and execution time isn't too important, so the more accurate it is, the better. Thanks in advance. -- John T.
2006 May 09
1
[LLVMdev] Memory leaks in LLVM
...624 direct, 44,548 indirect) bytes in 558 blocks are definitely lost in loss record 31 of 33 ==10132== at 0x401C7F0: operator new(unsigned) (vg_replace_malloc.c:164) ==10132== by 0x8499B7E: llvm::ETNode::setFather(llvm::ETNode*) ( Dominators.cpp:661) ==10132== by 0x849A2CE: llvm::ETForest::getNodeForBlock(llvm::BasicBlock*) ( Dominators.cpp:848) ==10132== by 0x849A467: llvm::ETForest::calculate(llvm::ImmediateDominators const&) (Dominators.cpp :865) ==10132== by 0x85010FD: llvm::ETForest::runOnFunction(llvm::Function&) ( Dominators.h :506) ==10132== by 0x850FD3E: llvm::FunctionPassM...