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,
125 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
130 bool ModuleLevelChanges,
145 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
150 bool ModuleLevelChanges,
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 78 bool ModuleLevelChanges,
150 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
163 bool ModuleLevelChanges,
192 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
205 bool ModuleLevelChanges;
212 bool moduleLevelChanges,
217 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges),
270 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
367 bool ModuleLevelChanges,
    [all...]

Completed in 1833 milliseconds