Searched refs:HasCalls (Results 1 – 8 of 8) sorted by relevance
172 bool HasCalls; variable225 HasCalls = false; in MachineFrameInfo()430 bool hasCalls() const { return HasCalls; } in hasCalls()431 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
97 bool HasCalls; member99 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {} in FixedBlockInfo()
218 bool HasCalls = false; variable502 bool hasCalls() const { return HasCalls; } in hasCalls()503 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
345 bool HasCalls = false;366 YamlIO.mapOptional("hasCalls", MFI.HasCalls);
392 bool HasCalls = false; in runOnFunction() local412 HasCalls = true; in runOnFunction()443 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) { in runOnFunction()
92 FBI->HasCalls = false; in getResources()104 FBI->HasCalls = true; in getResources()
265 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
464 MFI.setHasCalls(YamlMFI.HasCalls); in initializeFrameInfo()