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

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 410 LVarDefinitionMap ExitMap;
419 : ExitMap(std::move(RHS.ExitMap)),
426 ExitMap = std::move(RHS.ExitMap);
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 201 typedef SmallVector<std::pair<BlockNode, BlockMass>, 4> ExitMap;
207 ExitMap Exits; ///< Successor edges (and weights).
547 /// graphs for most edges, but getting others from \a LoopData::ExitMap. The
    [all...]

Completed in 185 milliseconds