search for: getimmediatedomin

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

2007 Dec 10
1
[LLVMdev] MachineDominatorTree
...guys, what is the interface for finding the immediate dominator of a machine basic block in LLVM 2.1? I found some methods to check if a node dominates other in llvm::MachineDominatorTree, but I was looking for something like: MachineBasicBlock * mbb = ... MachineBasicBlock * iDom = XXX->getImmediateDominator(mbb); is there something similar? best, Fernando
2007 Jun 21
0
[LLVMdev] Immediate dominator
Dear LLVMers, given a machine basic block mbb, is there a simple code to get mbb's immediate dominator? I mean, something like x.getImmediateDominator(mbb)? Thanks, Fernando