Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp743 DuplicateBlockMap DuplicateMap; in isLegalAndProfitableToTransform() local
755 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform()
768 VisitedBB = getClonedBB(BB, NextState, DuplicateMap); in isLegalAndProfitableToTransform()
772 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform()
869 DuplicateBlockMap DuplicateMap; in createAllExitPaths() local
884 updateLastSuccessor(TPath, DuplicateMap, &DTU); in createAllExitPaths()
901 DuplicateBlockMap &DuplicateMap, in createExitPath()
932 DuplicateMap[BB].push_back({NewBB, NextState}); in createExitPath()
1147 DuplicateBlockMap &DuplicateMap, in updateLastSuccessor()
1204 DuplicateBlockMap &DuplicateMap) { in getClonedBB()
[all …]