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

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 185 return CGF.CurFn->getBasicBlockList().push_back(BB);
307 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
498 CurFn = Fn;
500 assert(CurFn->isDeclaration() && "Function already has body?");
524 llvm::BasicBlock *EntryBB = createBasicBlock("entry", CurFn);
551 DI->EmitFunctionStart(GD, FnType, CurFn, Builder);
567 ReturnValue = CurFn->arg_begin();
583 EmitFunctionProlog(*CurFnInfo, CurFn, Args);
738 if (!CurFn->doesNotThrow())
739 TryMarkNoThrow(CurFn);
    [all...]
CGCUDANV.cpp 116 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy);
CGAtomic.cpp 652 MonotonicBB = createBasicBlock("monotonic", CurFn);
654 AcquireBB = createBasicBlock("acquire", CurFn);
656 ReleaseBB = createBasicBlock("release", CurFn);
658 AcqRelBB = createBasicBlock("acqrel", CurFn);
659 SeqCstBB = createBasicBlock("seqcst", CurFn);
660 llvm::BasicBlock *ContBB = createBasicBlock("atomic.continue", CurFn);
    [all...]
CGBuiltin.cpp 552 BasicBlock *End = createBasicBlock("fpclassify_end", this->CurFn);
563 BasicBlock *NotZero = createBasicBlock("fpclassify_not_zero", this->CurFn);
571 BasicBlock *NotNan = createBasicBlock("fpclassify_not_nan", this->CurFn);
582 BasicBlock *NotInf = createBasicBlock("fpclassify_not_inf", this->CurFn);
    [all...]
CGStmt.cpp 284 CurFn->getBasicBlockList().insertAfter(CurBB, BB);
286 CurFn->getBasicBlockList().push_back(BB);
312 CurFn->getBasicBlockList().insertAfter(insn->getParent(), block);
319 CurFn->getBasicBlockList().push_back(block);
    [all...]
CGExprScalar.cpp     [all...]
CGVTables.cpp 247 CurFn = Fn;
    [all...]
CGBlocks.cpp 563 *new CGBlockInfo(block, CGF.CurFn->getName());
675 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
    [all...]
CGObjCMac.cpp     [all...]
CGDecl.cpp 178 ContextName = CGF.CurFn->getName();
    [all...]
CGExprConstant.cpp     [all...]
CGCall.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h 140 llvm::Function *CurFn;
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 334 // CurFn - The llvm function being emitted. Only valid during
336 const Function *CurFn;
364 : SizeEstimate(0), Resolver(jit, *this), MMI(0), CurFn(0),
822 CurFn = F.getFunction();
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 653 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
654 assert(CurFn && "Invalid function");
659 return !DISubprogram(getContext()).describes(CurFn);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 618 bool isInlinedFnArgument(const Function *CurFn);

Completed in 239 milliseconds