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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineConstantPool.h 121 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1144 // A constant may be a member of both Constants and MachineCPVsSharingEntries,
1152 for (MachineConstantPoolValue *CPV : MachineCPVsSharingEntries) {
1231 MachineCPVsSharingEntries.insert(V);

Completed in 44 milliseconds