HomeSort by relevance Sort by last modified time
    Searched refs:NonLocal (Results 1 - 6 of 6) 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,
115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
139 && Value.getPointer() == reinterpret_cast<Instruction*>(NonLocal);
214 /// NonLocalDepResult - This is a result from a NonLocal dependence query.
359 /// "NonLocal" result for all blocks where the value is live across.
361 /// This method assumes the instruction returns a "NonLocal" dependency
378 /// This method assumes the pointer has a "NonLocal" dependency within
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 96 bool &NonLocal) const;
272 bool &NonLocal) const {
305 NonLocal = true;
  /external/v8/src/ast/
scopes.cc     [all...]
scopes.h 40 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
694 Variable* NonLocal(const AstRawString* name, VariableMode mode);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \

Completed in 246 milliseconds