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

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 73 // Clone OldFunc into NewFunc, transforming the old arguments into references to
76 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
86 for (Function::const_arg_iterator I = OldFunc->arg_begin(),
87 E = OldFunc->arg_end(); I != E; ++I)
91 AttributeSet OldAttrs = OldFunc->getAttributes();
93 for (Function::const_arg_iterator I = OldFunc->arg_begin(),
94 E = OldFunc->arg_end();
116 for (Function::const_iterator BI = OldFunc->begin(), BE = OldFunc->end();
133 Constant *OldBBAddr = BlockAddress::get(const_cast<Function*>(OldFunc),
    [all...]
CodeExtractor.cpp 675 Function *oldFunc = (*Blocks.begin())->getParent();
676 Function::BasicBlockListType &oldBlocks = oldFunc->getBasicBlockList();
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 1504 milliseconds