HomeSort by relevance Sort by last modified time
    Searched refs:TheFunction (Results 26 - 31 of 31) sorted by null

12

  /external/llvm/lib/IR/
AsmWriter.cpp 589 /// TheFunction - The function for which we are holding slot numbers.
590 const Function* TheFunction;
635 TheFunction = F;
639 const Function *getFunction() const { return TheFunction; }
774 : TheModule(M), TheFunction(nullptr), FunctionProcessed(false),
781 : TheModule(F ? F->getParent() : nullptr), TheFunction(F),
792 if (TheFunction && !FunctionProcessed)
849 processFunctionMetadata(*TheFunction);
852 for(Function::const_arg_iterator AI = TheFunction->arg_begin(),
853 AE = TheFunction->arg_end(); AI != AE; ++AI
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 67 const Function *TheFunction,
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 97 const Function *TheFunction,
103 emitOptimizationRemarkAnalysis(TheFunction->getContext(), PassName,
104 *TheFunction, DL, Message.str());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp     [all...]
SPIRVInstruction.h     [all...]

Completed in 2861 milliseconds

12