search for: dsgcaller

Displaying 1 result from an estimated 1 matches for "dsgcaller".

2006 Dec 01
1
[LLVMdev] DSGraph::computeCalleeCallerMapping failing
...ee == NULL ) continue; else if( !callee->isExternal() ) // Internal Function { DEBUG( std::cerr<< "Processing internal callee function "<<callee->getName()<<"\n" ); dsgCaller = &TDD.getDSGraph(*fun); dsgCallee = &TDD.getDSGraph(*callee); DSCallSite dscs = ( dsgCaller->getDSCallSiteForCallSite(CS) ); dsgCaller->computeCalleeCallerMapping ( dscs, *callee, *dsgCallee, NodeMap);...