OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueIsNewPHI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
327
///
ValueIsNewPHI
- Like ValueIsPHI but also check if the PHI has no source
329
static MachineInstr *
ValueIsNewPHI
(unsigned Val, MachineSSAUpdater *Updater) {
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
290
///
ValueIsNewPHI
- Like ValueIsPHI but also check if the PHI has no source
292
static PHINode *
ValueIsNewPHI
(Value *Val, SSAUpdater *Updater) {
Completed in 73 milliseconds