MCPcopy Create free account
hub / github.com/GoSSIP-SJTU/Armariris / SimplifyIndirectBrOnSelect

Function SimplifyIndirectBrOnSelect

lib/Transforms/Utils/SimplifyCFG.cpp:3114–3128  ·  view source on GitHub ↗

Replaces (indirectbr (select cond, blockaddress(@fn, BlockA), blockaddress(@fn, BlockB))) with (br cond, BlockA, BlockB).

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

SimplifyIndirectBrMethod · 0.85

Calls 5

getTrueValueMethod · 0.80
getFalseValueMethod · 0.80
getBasicBlockMethod · 0.45
getConditionMethod · 0.45

Tested by

no test coverage detected