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 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
374 /// This method assumes the pointer has a "NonLocal" dependency within
  /external/v8/src/
scopes.cc 942 Variable* Scope::NonLocal(const AstRawString* name, VariableMode mode) {
    [all...]

Completed in 230 milliseconds