HomeSort by relevance Sort by last modified time
    Searched defs:NonLocal (Results 1 - 2 of 2) 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...]

Completed in 654 milliseconds