Searched refs:HasCalls (Results 1 – 16 of 16) 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()
218 bool HasCalls = false; variable502 bool hasCalls() const { return HasCalls; } in hasCalls()503 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
97 bool HasCalls; member99 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {} in FixedBlockInfo()
345 bool HasCalls = false;366 YamlIO.mapOptional("hasCalls", MFI.HasCalls);
424 bool HasCalls = false;443 AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&464 YamlIO.mapOptional("hasCalls", MFI.HasCalls, false);
255 bool HasCalls = false; variable553 bool hasCalls() const { return HasCalls; } in hasCalls()554 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
119 bool HasCalls = false; member
416 bool HasCalls = false; in runOnFunction() local434 HasCalls = true; in runOnFunction()466 if (HasCalls) in runOnFunction()471 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) { in runOnFunction()
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()
105 FBI->HasCalls = false; in getResources()117 FBI->HasCalls = true; in getResources()
327 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
464 MFI.setHasCalls(YamlMFI.HasCalls); in initializeFrameInfo()
580 MFI.setHasCalls(YamlMFI.HasCalls); in initializeFrameInfo()
4944 HasCalls = 0x4 enumerator5132 Flags |= MachineOutlinerMBBFlags::HasCalls; in getMachineOutlinerMBBFlags()5283 MachineOutlinerMBBFlags::HasCalls)); in getOutliningType()