Searched refs:SCCNodes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp63 SmallPtrSet<CallGraphNode *, 8> SCCNodes; local
67 // Fill SCCNodes with the elements of the SCC. Used for quickly
70 SCCNodes.insert(*I);
123 if (!SCCNodes.count(CalleeNode)) {
H A DFunctionAttrs.cpp151 SmallPtrSet<Function*, 8> SCCNodes; local
153 // Fill SCCNodes with the elements of the SCC. Used for quickly
156 SCCNodes.insert((*I)->getFunction());
193 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
343 ArgumentUsesTracker(const SmallPtrSet<Function*, 8> &SCCNodes) argument
344 : Captured(false), SCCNodes(SCCNodes) {}
353 if (!F || !SCCNodes.count(F)) { Captured = true; return true; }
378 const SmallPtrSet<Function*, 8> &SCCNodes; member in struct:__anon26225::ArgumentUsesTracker
412 const SmallPtrSet<Argument*, 8> &SCCNodes) {
411 determinePointerReadAttrs(Argument *A, const SmallPtrSet<Argument*, 8> &SCCNodes) argument
522 SmallPtrSet<Function*, 8> SCCNodes; local
783 SmallPtrSet<Function*, 8> SCCNodes; local
[all...]

Completed in 834 milliseconds