OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVNI
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InlineSpiller.cpp
522
VNInfo *
PVNI
= LI->getVNInfoBefore(LIS.getMBBEndIdx(P));
523
if (
PVNI
)
524
WorkList.push_back(std::make_pair(LI,
PVNI
));
LiveInterval.cpp
1340
if (const VNInfo *
PVNI
= LR.getVNInfoBefore(LIS.getMBBEndIdx(Pred)))
1341
EqClass.join(VNI->id,
PVNI
->id);
LiveIntervals.cpp
421
if (VNInfo *
PVNI
= OldRange.getVNInfoBefore(Stop))
422
WorkList.push_back(std::make_pair(Stop,
PVNI
));
MachineVerifier.cpp
3008
const VNInfo *
PVNI
= LR.getVNInfoBefore(PEnd);
3014
if (!
PVNI
&& (LaneMask.none() || !IsPHI)) {
3027
if (!IsPHI &&
PVNI
!= VNI) {
3030
errs() << "Valno #" <<
PVNI
->id << " live out of "
Completed in 28 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026