AS imple, Fast Dominance Algorithm
Code References
dotnet/runtime
3 files
src/coreclr/jit/flowgraph.cpp
2
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!