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

  /external/chromium_org/cc/layers/
image_layer.cc 63 LayerUpdater* ImageLayer::Updater() const {
content_layer.cc 92 LayerUpdater* ContentLayer::Updater() const {
  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 146 LayerUpdater* FakeTiledLayer::Updater() const {
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 108 LiveRangeUpdater Updater;
127 Updater.setDest(&I->LR);
128 Updater.add(Start, End, I->Value);
245 LiveRangeUpdater Updater(&LR);
256 Updater.add(Start, End, TheVNI);
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 1 //===-- SSAUpdaterImpl.h - SSA Updater Implementation -----------*- C++ -*-===//
35 UpdaterT *Updater;
74 Updater(U), AvailableVals(A), InsertedPHIs(Ins) { }
86 ValT V = Traits::GetUndefVal(BB, Updater);
244 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
335 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
355 PhiT *PHI = Traits::ValueIsNewPHI(Info->AvailableVal, Updater);
424 PhiT *IncomingPHIVal = Traits::ValueIsPHI(IncomingVal, Updater);
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 163 This manifest is used as a template for the auto updater; only pepper
609 class Updater(object):
628 """Add a "locked" bundle to the updater.
643 That is, the updater will never automatically update to an older version of
789 """Entry point for the auto-updater.
820 updater = Updater(delegate)
843 updater.AddLockedBundle(bundle.name)
860 updater.AddVersionToUpdate(bundle.name, version, channel, archives)
862 updater.Update(manifest
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 525 SSAUpdater Updater;
541 Updater.Initialize(Phi->getType(), "");
542 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef);
543 Updater.AddAvailableValue(To, Undef);
550 Updater.AddAvailableValue(VI->first, VI->second);
555 Updater.AddAvailableValue(Dominator.getResult(), Undef);
562 Phi->setIncomingValue(Idx, Updater.GetValueAtEndOfBlock(*FI));
824 SSAUpdater Updater;
846 Updater.Initialize(II->getType(), "");
847 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef)
    [all...]

Completed in 246 milliseconds