Searched defs:NonLocal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h85 /// NonLocal - This marker indicates that the query has no dependency in
88 NonLocal = 0x4, enumerator in enum:llvm::MemDepResult::OtherType
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/
H A Dscopes.cc878 Variable* Scope::NonLocal(Handle<String> name, VariableMode mode) { function in class:v8::internal::Scope
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);

Completed in 96 milliseconds