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,
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/v8/src/ast/
scopes.cc     [all...]

Completed in 62 milliseconds