HomeSort by relevance Sort by last modified time
    Searched defs:NewF (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 158 Function *NewF = Function::Create(FTy, F->getLinkage(), F->getName());
161 Function::arg_iterator DestI = NewF->arg_begin();
170 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
171 return NewF;
  /external/llvm/lib/VMCore/
Metadata.cpp 140 const Function *F = 0, *NewF = 0;
144 NewF = assertLocalFunction(MD);
146 NewF = getFunctionForValue(V);
149 F = NewF;
151 assert((NewF == 0 || F == NewF) &&"inconsistent function-local metadata");
Module.cpp 158 Constant *NewF = getOrInsertFunction(Name, Ty);
160 return NewF;
Constants.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 412 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
414 assert(NewF && "Function not found??");
415 MiscompiledFunctions.push_back(NewF);
594 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first);
595 assert(NewF && "Function not found??");
596 MiscompiledFunctions.push_back(NewF);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 299 milliseconds