Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9686 QueryResolver &InstQSet = NonConstThis->InstQueries[&Inst]; in instructionCanReach()
9713 if (!InstQueries.empty()) { in updateImpl()
9719 for (auto &InstPair : InstQueries) { in updateImpl()
9763 MapVector<const Instruction *, QueryResolver> InstQueries; member