OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PVNI
(Results
1 - 2
of
2
) 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
));
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 19 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026