Hello,<br><br>  I want to access the instructions via: CallGraph->CallGraphNode->Function->BB->Instruction<br><br>Is this possible?<br><br>Right now, I'm iterating over the CallGraph Nodes via CallGraphSCC:iterator, but then I have to cast that iterator to a CallGraphNode const and then when I call  CallGraphNode->getFunction, it returns a valid function but seg faults on function->getName()?<br>