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 119 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
124 bool ModuleLevelChanges,
140 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
145 bool ModuleLevelChanges,
158 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
163 bool ModuleLevelChanges,
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 76 bool ModuleLevelChanges,
129 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
141 bool ModuleLevelChanges,
170 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
183 bool ModuleLevelChanges;
191 bool moduleLevelChanges,
197 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges),
324 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges)))
353 bool ModuleLevelChanges,
    [all...]

Completed in 282 milliseconds