OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PromotionCandidates
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h
70
std::vector<LoadStorePair>
PromotionCandidates
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp
368
auto
PromotionCandidates
= getPromotionCandidatesForCallSite(
370
uint32_t NumPromoted = tryToPromote(*CB,
PromotionCandidates
, TotalCount);
InstrProfiling.cpp
447
PromotionCandidates
.clear();
498
for (const auto &LoadStore :
PromotionCandidates
) {
714
PromotionCandidates
.emplace_back(cast<Instruction>(Load), Store);
Completed in 18 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026