HomeSort by relevance Sort by last modified time
    Searched refs:NonLocal (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 85 /// NonLocal - This marker indicates that the query has no dependency in
88 NonLocal = 0x4,
115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
139 && Value.getPointer() == reinterpret_cast<Instruction*>(NonLocal);
212 /// NonLocalDepResult - This is a result from a NonLocal dependence query.
353 /// "NonLocal" result for all blocks where the value is live across.
355 /// This method assumes the instruction returns a "NonLocal" dependency
369 /// This method assumes the pointer has a "NonLocal" dependency within BB.
  /external/v8/src/
scopes.cc 878 Variable* Scope::NonLocal(Handle<String> name, VariableMode mode) {
975 var = NonLocal(proxy->name(), DYNAMIC_GLOBAL);
978 var = NonLocal(proxy->name(), DYNAMIC_LOCAL);
991 var = NonLocal(proxy->name(), DYNAMIC_GLOBAL);
996 var = NonLocal(proxy->name(), DYNAMIC);
    [all...]
scopes.h 61 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
498 Variable* NonLocal(Handle<String> name, VariableMode mode);
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 92 bool &NonLocal) const;
248 bool &NonLocal) const {
281 NonLocal = true;
  /external/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \

Completed in 157 milliseconds