search for: classllvm_1_1dominatortree

Displaying 7 results from an estimated 7 matches for "classllvm_1_1dominatortree".

2013 Apr 12
2
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...exception: Here's my simple code: virtual bool runOnFunction(Function &F) { DominatorTree& DT = getAnalysis<DominatorTree>(); * DomTreeNode* rootNode = DT.getRootNode();* return false. } Here's the documentation page: http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html And here's my runtime exception: dyld: lazy symbol binding failed: Symbol not found: __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv Referenced from: /Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib Expected in: flat namespace dyld: Symbol not found: _...
2013 Apr 12
2
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...virtual bool runOnFunction(Function &F) { > DominatorTree& DT = getAnalysis<DominatorTree>(); > > * DomTreeNode* rootNode = DT.getRootNode();* > return false. > } > > Here's the documentation page: > http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html > > And here's my runtime exception: > dyld: lazy symbol binding failed: Symbol not found: > __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv > Referenced from: > /Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib > > > How are yo...
2013 Apr 12
0
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...> > virtual bool runOnFunction(Function &F) { > DominatorTree& DT = getAnalysis<DominatorTree>(); > > * DomTreeNode* rootNode = DT.getRootNode();* > return false. > } > > Here's the documentation page: > http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html > > And here's my runtime exception: > dyld: lazy symbol binding failed: Symbol not found: > __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv > Referenced from: > /Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib How are you running your...
2013 Apr 12
0
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...{ >> DominatorTree& DT = getAnalysis<DominatorTree>(); >> >> * DomTreeNode* rootNode = DT.getRootNode();* >> return false. >> } >> >> Here's the documentation page: >> http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html >> >> And here's my runtime exception: >> dyld: lazy symbol binding failed: Symbol not found: >> __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv >> Referenced from: >> /Users/weibohe/Projects/llvm/llvm/Debug+Asserts/li...
2013 Apr 12
1
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...Function &F) { >> DominatorTree& DT = getAnalysis<DominatorTree>(); >> >> * DomTreeNode* rootNode = DT.getRootNode();* >> return false. >> } >> >> Here's the documentation page: >> http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html >> >> And here's my runtime exception: >> dyld: lazy symbol binding failed: Symbol not found: >> __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv >> Referenced from: >> /Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib &...
2012 Oct 17
2
[LLVMdev] Dminator set question
How can I get the dominator set for each basicblock in a function -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121017/ac55db64/attachment.html>
2013 Mar 02
2
[LLVMdev] Question about method CodeExtractor::severSplitPHINodes
...l#a72d928b7fc2c5f2d56c6ac0265fd9c6e>(NewBB);00222 Header = NewBB;00223 00224 // Okay, update dominator sets. The blocks that dominate the new one are the00225 // blocks that dominate TIBB plus the new block itself.00226 if (DT)00227 DT->splitBlock <http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html#a3d5044cf4966abb56510f1883d275745>(NewBB);00228 00229 // Okay, now we need to adjust the PHI nodes and any branches from within the00230 // region to go to the new header block instead of the old header block.00231 if (NumPredsFromRegion) {00232 PHINode <http://llvm.org/docs/doxyge...