Home
last modified time | relevance | path

Searched refs:InstMap (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h188 InstMap.push_back(SI); in addAccess()
197 InstMap.push_back(LI); in addAccess()
240 return InstMap; in getMemoryInstructions()
248 for (unsigned I = 0; I < InstMap.size(); ++I) in generateInstructionOrderMap()
249 OrderMap[InstMap[I]] = I; in generateInstructionOrderMap()
272 SmallVector<Instruction *, 16> InstMap; variable
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1470 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *InstMap[AIdx] << " to " in isDependent()
1471 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent()
1700 [&](unsigned Idx) { return this->InstMap[Idx]; }); in getInstructionsForAccess()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3075 MCSection *InstMap = nullptr; in emitXRayTable() local
3088 InstMap = in emitXRayTable()
3095 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3109 OutStreamer->SwitchSection(InstMap); in emitXRayTable()