HomeSort by relevance Sort by last modified time
    Searched defs:NodeScope (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 323 // scope gets popped when the NodeScope is destroyed.
324 class NodeScope {
326 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,
332 NodeScope(const NodeScope &) = delete;
333 void operator=(const NodeScope &) = delete;
378 NodeScope Scopes;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 422 // scope gets popped when the NodeScope is destroyed.
423 class NodeScope {
425 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,
429 NodeScope(const NodeScope &) = delete;
430 NodeScope &operator=(const NodeScope &) = delete;
480 NodeScope Scopes;
    [all...]

Completed in 970 milliseconds