HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionList (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUAlwaysInlinePass.cpp 50 M.getFunctionList().push_back(NewFunc);
AMDGPUOpenCLImageTypeLoweringPass.cpp 334 M.getFunctionList().push_back(NewF);
  /frameworks/compile/libbcc/lib/Renderscript/
RSIsThreadablePass.cpp 104 auto &FunctionList(M.getFunctionList());
RSScreenFunctionsPass.cpp 81 auto &FunctionList(M.getFunctionList());
RSX86CallConvPass.cpp 183 auto &FunctionList = M.getFunctionList();
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 77 F->getParent()->getFunctionList().push_back(duplicateFunction);
GlobalDCE.cpp 158 M.getFunctionList().erase(F);
DeadArgumentElimination.cpp 232 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF);
    [all...]
ArgumentPromotion.cpp 745 F->getParent()->getFunctionList().insert(F->getIterator(), NF);
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 467 const FunctionListType &getFunctionList() const { return FunctionList; }
469 FunctionListType &getFunctionList() { return FunctionList; }
  /external/llvm/lib/Analysis/
CallGraph.cpp 145 M.getFunctionList().remove(F);
  /external/llvm/lib/IR/
Function.cpp 238 getParent()->getFunctionList().remove(getIterator());
242 getParent()->getFunctionList().erase(getIterator());
264 ParentModule->getFunctionList().push_back(this);
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 279 M->getFunctionList().push_back(NewFunc);
  /external/clang/lib/CodeGen/
CGVTables.cpp 161 CGM.getModule().getFunctionList().push_back(NewFn);
    [all...]
CodeGenModule.cpp 239 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(),
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 208 milliseconds