HomeSort by relevance Sort by last modified time
    Searched refs:Callee (Results 26 - 50 of 370) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 71 /// Record inline of @param Callee to @param Caller for statistis.
72 void recordInline(const Function &Caller, const Function &Callee);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 71 /// Record inline of @param Callee to @param Caller for statistis.
72 void recordInline(const Function &Caller, const Function &Callee);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 71 /// Record inline of @param Callee to @param Caller for statistis.
72 void recordInline(const Function &Caller, const Function &Callee);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 71 /// Record inline of @param Callee to @param Caller for statistis.
72 void recordInline(const Function &Caller, const Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 71 /// Record inline of @param Callee to @param Caller for statistis.
72 void recordInline(const Function &Caller, const Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 71 /// Record inline of @param Callee to @param Caller for statistis.
72 void recordInline(const Function &Caller, const Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 71 /// Record inline of @param Callee to @param Caller for statistis.
72 void recordInline(const Function &Caller, const Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 71 /// Record inline of @param Callee to @param Caller for statistis.
72 void recordInline(const Function &Caller, const Function &Callee);
  /external/llvm/lib/Analysis/
CallGraphSCCPass.cpp 253 Function *Callee = CS.getCalledFunction();
255 if (!Callee || !(Callee->isIntrinsic()))
269 Function *Callee = CS.getCalledFunction();
270 if (Callee && Callee->isIntrinsic()) continue;
282 // Verify that the callee is right.
301 if (Function *Callee = CS.getCalledFunction()) {
302 CalleeNode = CG.getOrInsertFunction(Callee);
308 << Callee->getName() << "'\n")
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 24 const Expr *Callee = CE->getCallee();
25 SVal L = State->getSVal(Callee, Pred->getLocationContext());
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.h 80 LowerCall(SDValue Chain, SDValue Callee,
99 unsigned getSRetArgSize(SelectionDAG &DAG, SDValue Callee) const;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineSimple.cpp 53 void growCachedCostInfo(Function* Caller, Function* Callee) {
54 CA.growCachedCostInfo(Caller, Callee);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 11 // call-graph, turning invoke instructions into calls, iff the callee cannot
131 if (Function *Callee = CI->getCalledFunction()) {
132 CallGraphNode *CalleeNode = CG[Callee];
133 // If the callee is outside our current SCC then we may throw
250 const Function *Callee = CS.getCalledFunction();
251 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
253 else if (!Callee->isIntrinsic())
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 179 // callee isn't.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 227 SDValue Callee = Node->getOperand(1);
231 if ((isa<GlobalAddressSDNode>(Callee)) ||
232 (isa<ExternalSymbolSDNode>(Callee)))
238 SDValue Ops[] = { Callee, GPReg, Chain };
247 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Callee, InFlag);
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 58 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee,
63 dyn_cast<const GlobalAddressSDNode>(Callee)) {
79 originalTypeIsF128(CLI.RetTy, CLI.Callee.getNode()));
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.h 74 CallInst *CALL(Value *Callee, const std::initializer_list<Value*> &args);
76 CallInst *CALL(Value *Callee) { return CALLA(Callee); }
77 CallInst *CALL(Value *Callee, Value* arg);
78 CallInst *CALL2(Value *Callee, Value* arg1, Value* arg2);
79 CallInst *CALL3(Value *Callee, Value* arg1, Value* arg2, Value* arg3);

Completed in 1039 milliseconds

12 3 4 5 6 7 8 91011>>