Searched refs:TheFunction (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp310 /// TheFunction - The function for which we are holding slot numbers.
311 const Function* TheFunction; member in class:llvm::SlotTracker
345 TheFunction = F;
439 : TheModule(M), TheFunction(0), FunctionProcessed(false),
446 : TheModule(F ? F->getParent() : 0), TheFunction(F), FunctionProcessed(false),
456 if (TheFunction && !FunctionProcessed)
503 for(Function::const_arg_iterator AI = TheFunction->arg_begin(),
504 AE = TheFunction->arg_end(); AI != AE; ++AI)
513 for (Function::const_iterator BB = TheFunction->begin(),
514 E = TheFunction
[all...]

Completed in 41 milliseconds