Home
last modified time | relevance | path

Searched refs:AtomMap (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h123 DMAtomT AtomMap; variable
152 AtomMap.clear(); in clear()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp408 if (!VMap.AtomMap.empty()) in SplitIndirectBrCriticalEdges()
H A DValueMapper.cpp1309 auto R = VM.AtomMap.find({DL->getInlinedAt(), AtomGroup}); in RemapSourceAtom()
1310 if (R == VM.AtomMap.end()) in RemapSourceAtom()
H A DLoopUnroll.cpp757 if (!VMap.AtomMap.empty()) in UnrollLoop()
H A DCloneFunction.cpp53 auto [It, Inserted] = VMap.AtomMap.insert({{DL.getInlinedAt(), CurGroup}, 0}); in mapAtomInstance()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2016 if (VM.AtomMap.empty()) in remapSourceAtoms()