Home
last modified time | relevance | path

Searched refs:HasCalls (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h172 bool HasCalls; variable
225 HasCalls = false; in MachineFrameInfo()
430 bool hasCalls() const { return HasCalls; } in hasCalls()
431 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h97 bool HasCalls; member
99 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {} in FixedBlockInfo()
DMachineFrameInfo.h218 bool HasCalls = false; variable
502 bool hasCalls() const { return HasCalls; } in hasCalls()
503 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
DMIRYamlMapping.h345 bool HasCalls = false;
366 YamlIO.mapOptional("hasCalls", MFI.HasCalls);
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp392 bool HasCalls = false; in runOnFunction() local
412 HasCalls = true; in runOnFunction()
443 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) { in runOnFunction()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp92 FBI->HasCalls = false; in getResources()
104 FBI->HasCalls = true; in getResources()
DMIRPrinter.cpp265 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp464 MFI.setHasCalls(YamlMFI.HasCalls); in initializeFrameInfo()