Home
last modified time | relevance | path

Searched refs:NonLocal (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h88 NonLocal = 0x4, enumerator
115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other)); in getNonLocal()
139 && Value.getPointer() == reinterpret_cast<Instruction*>(NonLocal); in isNonLocal()
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h100 NonLocal = 1, enumerator
131 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp96 bool &NonLocal) const;
268 bool &NonLocal) const { in PhysRegDefsReach()
301 NonLocal = true; in PhysRegDefsReach()
/external/v8/src/ast/
Dscopes.cc699 NonLocal(name, DYNAMIC); in DeclareFunctionVar()
1742 Variable* Scope::NonLocal(const AstRawString* name, VariableMode mode) { in NonLocal() function in v8::internal::Scope
1760 if (is_debug_evaluate_scope_) return NonLocal(proxy->raw_name(), DYNAMIC); in LookupRecursive()
1814 return NonLocal(proxy->raw_name(), DYNAMIC); in LookupRecursive()
1826 return NonLocal(proxy->raw_name(), DYNAMIC_GLOBAL); in LookupRecursive()
1832 var = NonLocal(proxy->raw_name(), DYNAMIC_LOCAL); in LookupRecursive()
Dscopes.h557 Variable* NonLocal(const AstRawString* name, VariableMode mode); in NON_EXPORTED_BASE()