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 111 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
116 bool ModuleLevelChanges,
132 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
137 bool ModuleLevelChanges,
151 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
156 bool ModuleLevelChanges,
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 78 bool ModuleLevelChanges,
147 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
160 bool ModuleLevelChanges,
189 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
202 bool ModuleLevelChanges;
209 bool moduleLevelChanges,
214 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges),
267 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
364 bool ModuleLevelChanges,
    [all...]

Completed in 182 milliseconds