File tree Expand file tree Collapse file tree
cpp/ql/lib/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200200 * post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201201 */
202202 pragma [ noinline]
203- final IRBlock postPominanceFrontier ( ) {
203+ final IRBlock postDominanceFrontier ( ) {
204204 this .postDominates ( result .getASuccessor ( ) ) and
205205 not this .strictlyPostDominates ( result )
206206 }
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200200 * post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201201 */
202202 pragma [ noinline]
203- final IRBlock postPominanceFrontier ( ) {
203+ final IRBlock postDominanceFrontier ( ) {
204204 this .postDominates ( result .getASuccessor ( ) ) and
205205 not this .strictlyPostDominates ( result )
206206 }
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200200 * post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201201 */
202202 pragma [ noinline]
203- final IRBlock postPominanceFrontier ( ) {
203+ final IRBlock postDominanceFrontier ( ) {
204204 this .postDominates ( result .getASuccessor ( ) ) and
205205 not this .strictlyPostDominates ( result )
206206 }
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200200 * post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201201 */
202202 pragma [ noinline]
203- final IRBlock postPominanceFrontier ( ) {
203+ final IRBlock postDominanceFrontier ( ) {
204204 this .postDominates ( result .getASuccessor ( ) ) and
205205 not this .strictlyPostDominates ( result )
206206 }
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200200 * post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201201 */
202202 pragma [ noinline]
203- final IRBlock postPominanceFrontier ( ) {
203+ final IRBlock postDominanceFrontier ( ) {
204204 this .postDominates ( result .getASuccessor ( ) ) and
205205 not this .strictlyPostDominates ( result )
206206 }
You can’t perform that action at this time.
0 commit comments