Searched refs:ExternalNode (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DInternalize.cpp105 CallGraphNode *ExternalNode = CG ? CG->getExternalCallingNode() : 0; local
135 if (ExternalNode) ExternalNode->removeOneAbstractEdgeTo((*CG)[I]);
/external/llvm/lib/Transforms/IPO/
H A DInternalize.cpp155 CallGraphNode *ExternalNode = CG ? CG->getExternalCallingNode() : nullptr; local
190 if (ExternalNode)
192 ExternalNode->removeOneAbstractEdgeTo((*CG)[&I]);
H A DFunctionAttrs.cpp1079 bool ExternalNode = false;
1085 ExternalNode = true;
1097 if (!ExternalNode) {

Completed in 586 milliseconds