HomeSort by relevance Sort by last modified time
    Searched refs:ExitMap (Results 1 - 4 of 4) 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/clang/lib/Analysis/
ThreadSafetyCommon.cpp 828 // CurrentLVarMap is moved to ExitMap on block exit.
841 mergeEntryMap(std::move(PredInfo->ExitMap));
843 mergeEntryMap(PredInfo->ExitMap.clone());
914 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap);
    [all...]
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 220 using ExitMap = SmallVector<std::pair<BlockNode, BlockMass>, 4>;
227 ExitMap Exits; ///< Successor edges (and weights).
590 /// graphs for most edges, but getting others from \a LoopData::ExitMap. The
    [all...]

Completed in 122 milliseconds