Home
last modified time | relevance | path

Searched refs:ExitMap (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h410 LVarDefinitionMap ExitMap; member
419 : ExitMap(std::move(RHS.ExitMap)), in BlockInfo()
426 ExitMap = std::move(RHS.ExitMap);
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp841 mergeEntryMap(std::move(PredInfo->ExitMap)); in handlePredecessor()
843 mergeEntryMap(PredInfo->ExitMap.clone()); in handlePredecessor()
914 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h201 typedef SmallVector<std::pair<BlockNode, BlockMass>, 4> ExitMap;
207 ExitMap Exits; ///< Successor edges (and weights).
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h220 using ExitMap = SmallVector<std::pair<BlockNode, BlockMass>, 4>;
227 ExitMap Exits; ///< Successor edges (and weights).