search for: domtree_unittest

Displaying 3 results from an estimated 3 matches for "domtree_unittest".

2019 Jun 03
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...oded" to use llvm::BasicBlock, and requires a lot of code to turn it into template arguments. I managed to pull this off by hammering the code until it compiled, and it works perfectly, but I'm not really happy with how the patch came out: https://github.com/Szelethus/llvm-project/compare/domtree_unittest...Szelethus:control_dependency?expand=1 Sadly, my knowledge on LLVM IR and phi nodes in general is very limited. My questions are: 1. I read the article IDFCalculator is based on[1], but I found no references to IDFCalculator::setLiveInBlocks, and the file header seems to confirm that it's an...
2019 Jun 16
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...t of code to turn it into template >> arguments. >> >> I managed to pull this off by hammering the code until it compiled, and >> it works perfectly, but I'm not really happy with how the patch came out: >> >> https://github.com/Szelethus/llvm-project/compare/domtree_unittest...Szelethus:control_dependency?expand=1 >> >> Sadly, my knowledge on LLVM IR and phi nodes in general is very limited. >> My questions are: >> >> 1. I read the article IDFCalculator is based on[1], but I found no >> references to IDFCalculator::setLiveInBlocks, a...
2019 Jun 17
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...gt; arguments. >>>> >>>> I managed to pull this off by hammering the code until it compiled, and >>>> it works perfectly, but I'm not really happy with how the patch came out: >>>> >>>> https://github.com/Szelethus/llvm-project/compare/domtree_unittest...Szelethus:control_dependency?expand=1 >>>> >>>> Sadly, my knowledge on LLVM IR and phi nodes in general is very >>>> limited. My questions are: >>>> >>>> 1. I read the article IDFCalculator is based on[1], but I found no >>>>...