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

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 65 SmallPtrSet<CallGraphNode *, 8> SCCNodes;
68 // Fill SCCNodes with the elements of the SCC. Used for quickly
71 SCCNodes.insert(I);
135 if (SCCNodes.count(CalleeNode) > 0)
FunctionAttrs.cpp 66 const SCCNodeSet &SCCNodes) {
97 SCCNodes.count(CS.getCalledFunction()))
176 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT AARGetter) {
180 for (Function *F : SCCNodes) {
184 switch (checkFunctionMemoryAccess(*F, AAR, SCCNodes)) {
199 for (Function *F : SCCNodes) {
275 ArgumentUsesTracker(const SCCNodeSet &SCCNodes)
276 : Captured(false), SCCNodes(SCCNodes) {}
288 if (!F || !F->hasExactDefinition() || !SCCNodes.count(F))
    [all...]
  /external/swiftshader/third_party/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 191 milliseconds