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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 920 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap,
926 auto *Insts = OpcodeInstMap.lookup(Opcode);
961 auto &OpcodeInstMap =
963 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, &QueryingAA,
1630 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
1631 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr,
1940 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()];
1961 for (auto &It : OpcodeInstMap)
2193 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F);
2196 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr
    [all...]
AttributorAttributes.cpp 856 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F);
862 if (auto *Insts = OpcodeInstMap.lookup(Instruction::Ret))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 892 return getFunctionInfo(F).OpcodeInstMap;
965 OpcodeInstMapTy OpcodeInstMap;

Completed in 40 milliseconds