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

1 23

  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 648 Function *F = I->getCalledFunction();
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 791 if (CI->getCalledFunction() == 0) return 0;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 663 if (CI->getCalledFunction() == 0) return false;
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 525 if (Function *F = CI->getCalledFunction())
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc 480 llvm::Function* callee_func = call_inst->getCalledFunction();
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [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 809 milliseconds

1 23