Searched defs:CI (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h115 CallInst *CI; member in class:llvm::SimplifyFortifiedLibCalls
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMTActions.cpp17 bool CheckAction::BeginInvocation(CompilerInstance &CI) { argument
30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { argument
38 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp177 const CallInst *CI = cast<CallInst>(I); local
H A DObjCARC.h282 static inline void EraseInstruction(Instruction *CI) { argument
H A DObjCARCContract.cpp406 CallInst *CI = cast<CallInst>(Inst); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp33 static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) { argument
129 static FrontendAction *CreateFrontendAction(CompilerInstance &CI) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp61 CallInst *CI = dyn_cast<CallInst>(SI->getCondition()); local
151 CallInst *CI = dyn_cast<CallInst>(BI++); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, argument
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, argument
35 CompilerInstance &CI = getCompilerInstance(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp33 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, argument
43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI, argument
87 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI, argument
107 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { argument
153 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
170 CompilerInstance &CI = getCompilerInstance(); local
178 CompilerInstance &CI = getCompilerInstance(); local
186 CompilerInstance &CI = getCompilerInstance(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DRegionPrinter.cpp73 getEdgeAttributes(RegionNode *srcNode, GraphTraits<RegionInfo*>::ChildIteratorType CI, RegionInfo *RI) argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp141 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); local
168 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB); local
H A DMachineCopyPropagation.cpp159 DenseMap<unsigned, MachineInstr*>::iterator CI = AvailCopyMap.find(Src); local
257 DenseMap<unsigned, MachineInstr*>::iterator CI = CopyMap.find(*AI); local
H A DGCStrategy.cpp361 VisitCallPoint(MachineBasicBlock::iterator CI) argument
[all...]
H A DIntrinsicLowering.cpp65 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, argument
317 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, argument
340 LowerIntrinsicCall(CallInst *CI) argument
551 LowerToByteSwap(CallInst *CI) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DIRBuilder.cpp57 CallInst *CI = CallInst::Create(Callee, Ops, ""); local
72 CallInst *CI = createCallHelper(TheFn, Ops, this); local
92 CallInst *CI = createCallHelper(TheFn, Ops, this); local
116 CallInst *CI = createCallHelper(TheFn, Ops, this); local
[all...]
H A DAutoUpgrade.cpp180 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h73 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } argument
79 virtual bool BeginSourceFileAction(CompilerInstance &CI, argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h99 PPConditionalInfo CI; local
106 void pushConditionalLevel(const PPConditionalInfo &CI) { argument
113 bool popConditionalLevel(PPConditionalInfo &CI) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h110 virtual bool handleBeginSource(CompilerInstance &CI, StringRef Filename) { argument
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DDenseSet.h115 void erase(ConstIterator CI) { return TheMap.erase(CI.I); } argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h51 CallSiteBase(CallTy *CI) : I(CI, true) { assert(CI); } argument
303 CallSite(CallInst *CI) : Base(CI) {} argument
322 ImmutableCallSite(const CallInst *CI) : Base(CI) {} argument
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp359 CastInst *CI = cast<CastInst>(J); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp253 CallInst *CI = cast<CallInst>(Declare->use_back()); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp268 bool TailCallElim::CanMoveAboveCall(Instruction *I, CallInst *CI) { argument
306 isDynamicConstant(Value *V, CallInst *CI, ReturnInst *RI) argument
341 getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) argument
368 CanTransformAccumulatorRecursion(Instruction *I, CallInst *CI) argument
447 EliminateRecursiveTailCall(CallInst *CI, ReturnInst *Ret, BasicBlock *&OldEntry, bool &TailCallsAreMarkedTail, SmallVectorImpl<PHINode *> &ArgumentPHIs, bool CannotTailCallElimCallsMarkedTail) argument
665 CallInst *CI = FindTRECandidate(Ret, CannotTailCallElimCallsMarkedTail); local
[all...]

Completed in 226 milliseconds

12345