HomeSort by: relevance | last modified time | path
    Searched refs:IsModuleEntryFunction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.h 51 bool IsModuleEntryFunction = false;
82 bool isModuleEntryFunction() const { return IsModuleEntryFunction; }
AMDGPUMachineFunction.cpp 21 IsModuleEntryFunction(
66 if (isModuleEntryFunction()) {

Completed in 13 milliseconds