MCPcopy Create free account
hub / github.com/crypto2011/IDR / GetLoopInfo

Method GetLoopInfo

Decompiler.cpp:3847–4469  ·  view source on GitHub ↗

--------------------------------------------------------------------------- "for" cycle types 1 - for I := C1 to C2 2 - for I := 0 to N 3 - for I := 1 to N 4 - for I := C to N 5 - for I := N to C 6 - for I ;= N1 to N2 7 - for I := C1 downto C2 8 - for I := 0 downto N 9 - for I := C downto N 10 - for I := N downto C 11 - for I := N1 downto N2

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 12

Adr2PosFunction · 0.85
GetNearestUpInstructionFunction · 0.85
Pos2AdrFunction · 0.85
GetInfoRecFunction · 0.85
IsFlagSetFunction · 0.85
IsSameRegisterFunction · 0.85
IsValidImageAdrFunction · 0.85
GetTypeKindFunction · 0.85
DisassembleMethod · 0.80
GetOpMethod · 0.80
GetLvarNameMethod · 0.80

Tested by

no test coverage detected