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

123

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1416 if (const Function *F = CI->getCalledFunction()) {
H A DScalarEvolution.cpp4719 if (const Function *F = CI->getCalledFunction())
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1084 Function *F = CS.getCalledFunction();
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp553 if (Function *F = CI->getCalledFunction())
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1178 << getOpName(inv->getCalledFunction()) << ", "
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp652 if (!llvm::getAlign(*(CS->getCalledFunction()), 0, retAlignment))
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1601 const Function *Callee = I.getCalledFunction();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRForTarget.cpp1708 llvm::Function *func = call->getCalledFunction();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp3248 const Function *CalledFn = CI->getCalledFunction();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1565 Function *F = CI->getCalledFunction();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1729 Callsite->getCalledFunction() == CalleeWithThisReturn &&
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5530 if (Function *F = I.getCalledFunction()) {

Completed in 392 milliseconds

123