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

12

/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.cpp47 RelocAddrMap::const_iterator AI = RelocMap.find(Offset); local
H A DDWARFFormValue.cpp146 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); local
182 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); local
196 RelocAddrMap::const_iterator AI local
218 RelocAddrMap::const_iterator AI local
[all...]
H A DDWARFDebugLine.cpp274 RelocAddrMap::const_iterator AI = RMap->find(*offset_ptr); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp84 Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp134 Function::arg_iterator AI = F.arg_begin(); local
[all...]
H A DInliner.cpp173 AllocaInst *AI = IFI.StaticAllocas[AllocaNo]; local
[all...]
H A DArgumentPromotion.cpp646 CallSite::arg_iterator AI = CS.arg_begin(); local
H A DFunctionAttrs.cpp355 Function::arg_iterator AI = F->arg_begin(), AE = F->arg_end(); local
464 Function::arg_iterator AI = F->arg_begin(), AE = F->arg_end(); local
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A DBugDriver.h154 void switchToInterpreter(AbstractInterpreter *AI) { argument
H A DExecutionDriver.cpp295 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-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp129 bool StackProtector::HasAddressTaken(const Instruction *AI) { argument
315 CreatePrologue(Function *F, Module *M, ReturnInst *RI, const TargetLoweringBase *TLI, const Triple &Trip, AllocaInst *&AI, Value *&StackGuardVar) argument
340 AI); local
355 AllocaInst *AI = 0; // Place on stack that stores the stack guard. local
[all...]
H A DStackColoring.cpp543 const AllocaInst *AI= cast<AllocaInst>(V); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp137 static bool CanTRE(AllocaInst *AI) { argument
[all...]
H A DSCCP.cpp1138 mergeInValue(getStructValueState(AI, i), AI, CallArg); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DFunction.cpp71 Function::const_arg_iterator AI = F->arg_begin(); local
H A DMetadata.cpp468 int AI = 0; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp145 isOnlyCopiedFromConstantGlobal(AllocaInst *AI, argument
153 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { argument
[all...]
H A DInstCombineCalls.cpp1038 CallSite::arg_iterator AI = CS.arg_begin(); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DLint.cpp225 CallSite::arg_iterator AI = CS.arg_begin(), AE = CS.arg_end(); local
[all...]
H A DValueTracking.cpp611 AllocaInst *AI = cast<AllocaInst>(V); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp355 Function::arg_iterator AI = newFunction->arg_begin(); local
H A DPromoteMemoryToRegister.cpp59 bool llvm::isAllocaPromotable(const AllocaInst *AI) { argument
128 void AnalyzeAlloca(AllocaInst *AI) { argument
316 removeLifetimeIntrinsicUsers(AllocaInst *AI) argument
350 rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, LargeBlockInfo &LBI, DominatorTree &DT, AliasSetTracker *AST) argument
447 promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, LargeBlockInfo &LBI, AliasSetTracker *AST) argument
533 AllocaInst *AI = Allocas[AllocaNum]; local
770 ComputeLiveInBlocks( AllocaInst *AI, AllocaInfo &Info, const SmallPtrSet<BasicBlock *, 32> &DefBlocks, SmallPtrSet<BasicBlock *, 32> &LiveInBlocks) argument
845 DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum, AllocaInfo &Info) argument
1020 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); local
[all...]
H A DInlineFunction.cpp434 static bool hasLifetimeMarkers(AllocaInst *AI) { argument
587 CallSite::arg_iterator AI = CS.arg_begin(); local
637 AllocaInst *AI = dyn_cast<AllocaInst>(I++); local
675 AllocaInst *AI = IFI.StaticAllocas[ai]; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp202 llvm::Function::arg_iterator AI = Fn->arg_begin(); local

Completed in 394 milliseconds

12