AS imple, Fast Dominance Algorithm

Irwin S. Bernstein, Matthew A. Cooper
1999
5 references
2 repositories
5 references

Code References

dotnet/runtime
3 files
src/coreclr/jit/flowgraph.cpp
2
// See "A simple, fast dominance algorithm" by Keith D. Cooper, Timothy J.
// See "A simple, fast dominance algorithm", by Cooper, Harvey, and Kennedy.
src/coreclr/jit/ssabuilder.cpp
1
// @see "A simple, fast dominance algorithm" by Keith D. Cooper, Timothy J. Harvey, Ken Kennedy.
src/mono/mono/mini/dominators.c
1
* paper "A Simple, Fast Dominance Algorithm" by Keith D. Cooper,
freebsd/freebsd-src
1 file
contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
1
/// algorithm from: "A Simple, Fast Dominance Algorithm" by Cooper, Harvey
Link copied to clipboard!