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 88 SmallPtrSet<Function*, 8> SCCNodes;
90 // Fill SCCNodes with the elements of the SCC. Used for quickly
93 SCCNodes.insert((*I)->getFunction());
130 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
274 ArgumentUsesTracker(const SmallPtrSet<Function*, 8> &SCCNodes)
275 : Captured(false), SCCNodes(SCCNodes) {}
286 if (!F || !SCCNodes.count(F)) { Captured = true; return true; }
308 const SmallPtrSet<Function*, 8> &SCCNodes;
343 SmallPtrSet<Function*, 8> 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);
122 if (!SCCNodes.count(CalleeNode)) {

Completed in 42 milliseconds