HomeSort by relevance Sort by last modified time
    Searched refs:getCalledFunction (Results 51 - 71 of 71) sorted by null

1 23

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 442 const Function *F = CS.getCalledFunction();
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 504 Function *Callee = CI->getCalledFunction();
CodeExtractor.cpp 62 if (const Function *F = CI->getCalledFunction())
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 663 Function *F = I->getCalledFunction();
    [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 873 if (!CI->getCalledFunction()) return false;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 528 if (Function *F = CI->getCalledFunction())
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 477 llvm::Function* callee_func = call_inst->getCalledFunction();
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 609 const Value *DirectCallee = CS->getCalledFunction();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 52 switch (CI->getCalledFunction()->getIntrinsicID()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 3321 milliseconds

1 23