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

  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 125 /// ExecuteOneTest - Execute a single test predicate on the change set \arg S.
210 change_ty Change = Worklist.back();
213 std::set<change_ty> &ChangeSuccs = SuccClosure[Change];
214 for (pred_iterator_ty it = pred_begin(Change),
215 ie = pred_end(Change); it != ie; ++it) {
216 SuccClosure[*it].insert(Change);
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 183 // Second pass, change any tail calls to loops.
186 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail,
188 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
189 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry,
192 MadeChange |= Change;
591 bool Change = false;
616 Change = true;
620 return Change;
  /external/bluetooth/glib/glib/
goption.c 67 } Change;
92 /* We keep a list of change so we can revert them */
939 static Change *
945 Change *change = NULL; local
949 change = list->data;
951 if (change->arg_data == arg_data)
955 change = g_new0 (Change, 1);
956 change->arg_type = arg_type
989 Change *change; local
1444 Change *change = list->data; local
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 293 bool Change = false;
379 Change |= RetVal;
387 if (!Change)
389 MadeChange |= Change;
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 912 milliseconds