HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionInfo (Results 1 - 21 of 21) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LibCallSemantics.h 144 /// getFunctionInfo - Return the LibCallFunctionInfo object corresponding to
146 const LibCallFunctionInfo *getFunctionInfo(const Function *F) const;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LibCallSemantics.cpp 41 /// getFunctionInfo - Return the LibCallFunctionInfo object corresponding to
44 LibCallInfo::getFunctionInfo(const Function *F) const {
LibCallAliasAnalysis.cpp 128 if (const LibCallFunctionInfo *FI = LCI->getFunctionInfo(F)) {
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 61 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
114 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
GCRootLowering.cpp 119 MI->getFunctionInfo(*I); // Instantiate the GC strategy.
189 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
335 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(*MF.getFunction());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 102 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
157 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
GCStrategy.cpp 163 MI->getFunctionInfo(*I); // Instantiate the GC strategy.
253 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
398 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(*MF.getFunction());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
GCMetadata.cpp 67 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
120 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
GCRootLowering.cpp 118 MI->getFunctionInfo(*I); // Instantiate the GC strategy.
188 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
334 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction());
  /external/llvm/include/llvm/Analysis/
GlobalsModRef.h 104 FunctionInfo *getFunctionInfo(const Function *F);
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 203 GCFunctionInfo &getFunctionInfo(const Function &F);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCMetadata.h 188 GCFunctionInfo &getFunctionInfo(const Function &F);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
GlobalsModRef.h 104 FunctionInfo *getFunctionInfo(const Function *F);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
GCMetadata.h 202 GCFunctionInfo &getFunctionInfo(const Function &F);
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 126 if (FunctionRecord *FR = getFunctionInfo(F)) {
143 if (FunctionRecord *FR = getFunctionInfo(F)) {
168 /// getFunctionInfo - Return the function info for the function, or null if
170 FunctionRecord *getFunctionInfo(const Function *F) {
421 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee)) {
558 if (const FunctionRecord *FR = getFunctionInfo(F))
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 232 if (FunctionInfo *FI = getFunctionInfo(F)) {
248 if (FunctionInfo *FI = getFunctionInfo(F)) {
261 GlobalsAAResult::getFunctionInfo(const Function *F) {
517 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
GlobalsModRef.cpp 247 if (FunctionInfo *FI = getFunctionInfo(F)) {
263 if (FunctionInfo *FI = getFunctionInfo(F)) {
276 GlobalsAAResult::getFunctionInfo(const Function *F) {
539 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 273 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 455 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 408 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 803 milliseconds