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 116 const SCCNodeSet &SCCNodes) {
142 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
221 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT AARGetter) {
225 for (Function *F : SCCNodes) {
229 switch (checkFunctionMemoryAccess(*F, AAR, SCCNodes)) {
244 for (Function *F : SCCNodes) {
320 ArgumentUsesTracker(const SCCNodeSet &SCCNodes)
321 : Captured(false), SCCNodes(SCCNodes) {}
334 !SCCNodes.count(F))
    [all...]
PruneEH.cpp 66 SmallPtrSet<CallGraphNode *, 8> SCCNodes;
70 // Fill SCCNodes with the elements of the SCC. Used for quickly
73 SCCNodes.insert(*I);
134 if (SCCNodes.count(CalleeNode) > 0)

Completed in 1733 milliseconds