Searched refs:HasCalls (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h271 bool HasCalls = false; member in class:llvm::MachineFrameInfo
601 bool hasCalls() const { return HasCalls; }
602 void setHasCalls(bool V) { HasCalls = V; }
H A DMIRYamlMapping.h513 bool HasCalls = false; member in struct:llvm::yaml::MachineFrameInfo
533 AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
556 YamlIO.mapOptional("hasCalls", MFI.HasCalls, false);
H A DMachineTraceMetrics.h118 bool HasCalls = false; member in struct:llvm::MachineTraceMetrics::FixedBlockInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp61 const bool HasCalls = F.hasFnAttribute("amdgpu-calls"); local
66 (!isEntryFunction() || HasCalls);
174 if (HasCalls || HasStackObjects)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp487 bool HasCalls = false; local
503 HasCalls = true;
535 if (HasCalls)
540 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp105 FBI->HasCalls = false;
117 FBI->HasCalls = true;
H A DMIRPrinter.cpp342 YamlMFI.HasCalls = MFI.hasCalls();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp665 MFI.setHasCalls(YamlMFI.HasCalls);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5730 HasCalls = 0x4,
6203 if (FlagsSetInAll & MachineOutlinerMBBFlags::HasCalls) {
6307 Flags |= MachineOutlinerMBBFlags::HasCalls;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5618 HasCalls = 0x4,
5842 Flags |= MachineOutlinerMBBFlags::HasCalls;
5944 MachineOutlinerMBBFlags::HasCalls));

Completed in 208 milliseconds