Searched defs:AI (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp84 Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp134 Function::arg_iterator AI = F.arg_begin(); local
[all...]
H A DInliner.cpp172 AllocaInst *AI = IFI.StaticAllocas[AllocaNo]; local
[all...]
H A DFunctionAttrs.cpp346 Function::arg_iterator AI = F->arg_begin(), AE = F->arg_end(); local
H A DArgumentPromotion.cpp649 CallSite::arg_iterator AI = CS.arg_begin(); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DProfilingUtils.cpp67 Function::arg_iterator AI; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DBugDriver.h154 void switchToInterpreter(AbstractInterpreter *AI) { argument
H A DExecutionDriver.cpp293 executeProgram(const Module *Program, std::string OutputFile, std::string BitcodeFile, const std::string &SharedObj, AbstractInterpreter *AI, std::string *Error) const argument
H A DMiscompilation.cpp334 AbstractInterpreter *AI = BD.switchToSafeInterpreter(); local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp156 bool StackProtector::HasAddressTaken(const Instruction *AI) { argument
261 AllocaInst *AI = 0; // Place on stack that stores the stack guard. local
[all...]
H A DStackColoring.cpp541 const AllocaInst *AI= cast<AllocaInst>(V); local
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp94 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); local
140 RelocAddrMap::const_iterator AI local
166 RelocAddrMap::const_iterator AI local
H A DDWARFDebugLine.cpp274 RelocAddrMap::const_iterator AI = RMap->find(*offset_ptr); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp136 static bool AllocaMightEscapeToCalls(AllocaInst *AI) { argument
[all...]
H A DSCCP.cpp1138 mergeInValue(getStructValueState(AI, i), AI, CallArg); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DFunction.cpp71 Function::const_arg_iterator AI = F->arg_begin(); local
H A DMetadata.cpp466 int AI = 0; local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp145 isOnlyCopiedFromConstantGlobal(AllocaInst *AI, argument
153 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { argument
[all...]
H A DInstCombineCalls.cpp1042 CallSite::arg_iterator AI = CS.arg_begin(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLint.cpp225 CallSite::arg_iterator AI = CS.arg_begin(), AE = CS.arg_end(); local
[all...]
H A DValueTracking.cpp610 AllocaInst *AI = cast<AllocaInst>(V); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp355 Function::arg_iterator AI = newFunction->arg_begin(); local
H A DLocal.cpp958 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp243 llvm::Function::arg_iterator AI = Fn->arg_begin(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp42 MacroInfo::arg_iterator AI = MI.arg_begin(), E = MI.arg_end(); local

Completed in 282 milliseconds

12