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

  /external/llvm/lib/CodeGen/
GCMetadata.cpp 71 GCFunctionInfo *GFI = Functions.back().get();
72 FInfoMap[&F] = GFI;
73 return *GFI;
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 52 GCFunctionInfo *GFI;
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 510 GCStrategy &S = Builder.GFI->getStrategy();
667 assert(GFI->getStrategy().useStatepoints() &&
    [all...]
SelectionDAGBuilder.h 600 /// GFI - Garbage collection metadata for the function.
601 GCFunctionInfo *GFI;
621 void init(GCFunctionInfo *gfi, AliasAnalysis &aa,
    [all...]
SelectionDAGISel.cpp 359 GFI(),
452 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;
466 SDB->init(GFI, *AA, LibInfo);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 2321 milliseconds