Searched refs:getCalledFunction (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1189 Function *F = CS.getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp655 if (CI->getCalledFunction() == 0) return false;
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h1354 /// getCalledFunction - Return the function called, or null if this is an
1357 Function *getCalledFunction() const { function in class:llvm::CallInst
2985 /// getCalledFunction - Return the function called, or null if this is an
2988 Function *getCalledFunction() const { function in class:llvm::InvokeInst
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3363 if (RHSC->isNullValue() && CI->getCalledFunction() &&
3364 TLI->getLibFunc(CI->getCalledFunction()->getName(), Func) &&
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRForTarget.cpp1710 llvm::Function *func = call->getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1457 if (const Function *F = CI->getCalledFunction()) {
H A DScalarEvolution.cpp4747 if (const Function *F = CI->getCalledFunction())
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp527 if (Function *F = CI->getCalledFunction())
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1066 Function *F = CS.getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp477 const Value *DirectCallee = CS->getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1728 const Function *Callee = I.getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp3086 const Function *CalledFn = CI->getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1923 Function *F = CI->getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5853 if (Function *F = I.getCalledFunction()) {

Completed in 202 milliseconds

123