HomeSort by relevance Sort by last modified time
    Searched refs:ModuleLevelChanges (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 110 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
115 bool ModuleLevelChanges,
124 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
129 bool ModuleLevelChanges,
144 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
149 bool ModuleLevelChanges,
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 79 bool ModuleLevelChanges,
153 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
214 bool ModuleLevelChanges,
242 if (ModuleLevelChanges)
246 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
259 bool ModuleLevelChanges;
266 bool moduleLevelChanges,
271 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges),
324 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges)
    [all...]

Completed in 1008 milliseconds