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

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 84 /// NonLocal - This marker indicates that the query has no dependency in
87 NonLocal = 0x4,
114 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
138 && Value.getPointer() == reinterpret_cast<Instruction*>(NonLocal);
211 /// NonLocalDepResult - This is a result from a NonLocal dependence query.
354 /// "NonLocal" result for all blocks where the value is live across.
356 /// This method assumes the instruction returns a "NonLocal" dependency
370 /// This method assumes the pointer has a "NonLocal" dependency within BB.
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 93 bool &NonLocal) const;
264 bool &NonLocal) const {
297 NonLocal = true;
  /external/chromium_org/v8/src/
scopes.cc 942 Variable* Scope::NonLocal(const AstRawString* name, VariableMode mode) {
    [all...]
scopes.h 41 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
510 Variable* NonLocal(const AstRawString* name, VariableMode mode);
  /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) \
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \

Completed in 238 milliseconds