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

  /external/llvm/lib/VMCore/
Function.cpp 153 getParent()->getFunctionList().remove(this);
157 getParent()->getFunctionList().erase(this);
180 ParentModule->getFunctionList().push_back(this);
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 76 F->getParent()->getFunctionList().push_back(duplicateFunction);
GlobalDCE.cpp 127 M.getFunctionList().erase(DeadFunctions[i]);
DeadArgumentElimination.cpp 219 Fn.getParent()->getFunctionList().insert(&Fn, NF);
772 F->getParent()->getFunctionList().insert(F, NF);
    [all...]
ArgumentPromotion.cpp 623 F->getParent()->getFunctionList().insert(F, NF);
    [all...]
  /external/llvm/include/llvm/
Module.h 487 const FunctionListType &getFunctionList() const { return FunctionList; }
489 FunctionListType &getFunctionList() { return FunctionList; }
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 222 Mod->getFunctionList().remove(F);
  /external/clang/lib/CodeGen/
CGVTables.cpp 252 CGM.getModule().getFunctionList().push_back(NewFn);
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 388 milliseconds