HomeSort by: relevance | last modified time | path
    Searched refs:removeParamUndefImplyingAttrs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 298 Fn.removeParamUndefImplyingAttrs(Arg.getArgNo());
316 CB->removeParamUndefImplyingAttrs(ArgNo);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 441 void removeParamUndefImplyingAttrs(unsigned ArgNo);
InstrTypes.h 1567 void removeParamUndefImplyingAttrs(unsigned ArgNo) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 605 void Function::removeParamUndefImplyingAttrs(unsigned ArgNo) {

Completed in 26 milliseconds