Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp726 DuplicateBlockMap DuplicateMap; in isLegalAndProfitableToTransform() local
738 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform()
751 VisitedBB = getClonedBB(BB, NextState, DuplicateMap); in isLegalAndProfitableToTransform()
755 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform()
840 DuplicateBlockMap DuplicateMap; in createAllExitPaths() local
855 updateLastSuccessor(TPath, DuplicateMap, &DTU); in createAllExitPaths()
872 DuplicateBlockMap &DuplicateMap, in createExitPath()
902 DuplicateMap[BB].push_back({NewBB, NextState}); in createExitPath()
1106 DuplicateBlockMap &DuplicateMap, in updateLastSuccessor()
1163 DuplicateBlockMap &DuplicateMap) { in getClonedBB()
[all …]