HomeSort by relevance Sort by last modified time
    Searched refs:SCCNodes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 87 SmallPtrSet<Function*, 8> SCCNodes;
89 // Fill SCCNodes with the elements of the SCC. Used for quickly
92 SCCNodes.insert((*I)->getFunction());
129 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
261 SmallPtrSet<Function*, 8> &SCCNodes) const {
309 SCCNodes.count(CS.getCalledFunction()))
325 SmallPtrSet<Function*, 8> SCCNodes;
327 // Fill SCCNodes with the elements of the SCC. Used for quickly
330 SCCNodes.insert((*I)->getFunction());
355 if (!IsFunctionMallocLike(F, SCCNodes))
    [all...]
PruneEH.cpp 62 SmallPtrSet<CallGraphNode *, 8> SCCNodes;
66 // Fill SCCNodes with the elements of the SCC. Used for quickly
69 SCCNodes.insert(*I);
123 if (!SCCNodes.count(CalleeNode)) {

Completed in 899 milliseconds