Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp779 DuplicateBlockMap DuplicateMap; in isLegalAndProfitableToTransform() local
791 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform()
804 VisitedBB = getClonedBB(BB, NextState, DuplicateMap); in isLegalAndProfitableToTransform()
808 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform()
903 DuplicateBlockMap DuplicateMap; in createAllExitPaths() local
918 updateLastSuccessor(TPath, DuplicateMap, &DTU); in createAllExitPaths()
935 DuplicateBlockMap &DuplicateMap, in createExitPath()
965 DuplicateMap[BB].push_back({NewBB, NextState}); in createExitPath()
1179 DuplicateBlockMap &DuplicateMap, in updateLastSuccessor()
1236 DuplicateBlockMap &DuplicateMap) { in getClonedBB()
[all …]