OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PNV
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/VMCore/
BasicBlock.cpp
270
Value*
PNV
= 0;
271
if (!DontDeleteUselessPHIs && (
PNV
= PN->hasConstantValue()))
272
if (
PNV
!= PN) {
273
PN->replaceAllUsesWith(
PNV
);
/external/llvm/lib/Transforms/Utils/
Local.cpp
394
Value *
PNV
= SimplifyInstruction(PN, TD);
395
if (
PNV
== 0) continue;
399
assert(
PNV
!= PN && "SimplifyInstruction broken!");
402
ReplaceAndSimplifyAllUses(PN,
PNV
, TD);
[
all
...]
Completed in 51 milliseconds