MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ForSSA

Method ForSSA

highlevelilinstruction.cpp:2567–2571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2565
2566
2567ExprId HighLevelILFunction::ForSSA(ExprId initExpr, ExprId conditionPhi, ExprId condition, ExprId updateExpr,
2568 ExprId loopExpr, const ILSourceLocation& loc)
2569{
2570 return AddExprWithLocation(HLIL_FOR_SSA, loc, 0, initExpr, conditionPhi, condition, updateExpr, loopExpr);
2571}
2572
2573
2574ExprId HighLevelILFunction::Switch(

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected