HomeSort by: relevance | last modified time | path
    Searched refs:getOpcodeInstMapForFunction (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 962 InfoCache.getOpcodeInstMapForFunction(*AssociatedFunction);
1630 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
2193 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F);
AttributorAttributes.cpp 856 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 92 // `InformationCache::getOpcodeInstMapForFunction` interface and eliminate the
891 OpcodeInstMapTy &getOpcodeInstMapForFunction(const Function &F) {

Completed in 36 milliseconds