Searched refs:DuplicateMap (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 787 DuplicateBlockMap DuplicateMap; in isLegalAndProfitableToTransform() local 796 BasicBlock *VisitedBB = getClonedBB(BB, NextState, DuplicateMap); in isLegalAndProfitableToTransform() 799 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform() 812 VisitedBB = getClonedBB(BB, NextState, DuplicateMap); in isLegalAndProfitableToTransform() 816 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform() 914 DuplicateBlockMap DuplicateMap; in createAllExitPaths() local 922 createExitPath(NewDefs, TPath, DuplicateMap, BlocksToClean, &DTU); in createAllExitPaths() 929 updateLastSuccessor(TPath, DuplicateMap, &DTU); in createAllExitPaths() 946 DuplicateBlockMap &DuplicateMap, in createExitPath() 967 BasicBlock *NextBB = getClonedBB(BB, NextState, DuplicateMap); in createExitPath() [all …]
|