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

  /external/llvm/lib/Transforms/IPO/
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)) {
FunctionAttrs.cpp 149 SmallPtrSet<Function*, 8> SCCNodes;
151 // Fill SCCNodes with the elements of the SCC. Used for quickly
154 SCCNodes.insert((*I)->getFunction());
191 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
341 ArgumentUsesTracker(const SmallPtrSet<Function*, 8> &SCCNodes)
342 : Captured(false), SCCNodes(SCCNodes) {}
351 if (!F || !SCCNodes.count(F)) { Captured = true; return true; }
375 const SmallPtrSet<Function*, 8> &SCCNodes;
409 const SmallPtrSet<Argument*, 8> &SCCNodes) {
    [all...]

Completed in 609 milliseconds