search for: classllvm_1_1phinode

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

2013 Mar 02
2
[LLVMdev] Question about method CodeExtractor::severSplitPHINodes
...t;getParent <http://llvm.org/docs/doxygen/html/classllvm_1_1BasicBlock.html#aca229503e4f5c83a187a6a921c625fa8>()->getEntryBlock <http://llvm.org/docs/doxygen/html/classllvm_1_1Function.html#a30f2c362631e3728d2f47a8203071ade>()) {00192 PHINode <http://llvm.org/docs/doxygen/html/classllvm_1_1PHINode.html> *PN = dyn_cast <http://llvm.org/docs/doxygen/html/namespacellvm.html#ad6dbabbbb9495cf1501d64a5c71729ed><PHINode <http://llvm.org/docs/doxygen/html/classllvm_1_1PHINode.html>>(Header->begin <http://llvm.org/docs/doxygen/html/classllvm_1_1BasicBlock.html#a0ed5f3ab3c2e...
2019 Mar 18
2
How to get the possible predecessors for a PHINode
Hi all, I have encountered the following instruction: %.0.i = phi i8* [ %9, %8 ], [ %11, %10 ] How can I get the %8 and %10? I'm using http://llvm.org/doxygen/classllvm_1_1PHINode.html as a reference but I cannot understand how to do that. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190318/51ad402c/attachment.html>