OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueIsNewPHI
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
335
///
ValueIsNewPHI
- Like ValueIsPHI but also check if the PHI has no source
337
static MachineInstr *
ValueIsNewPHI
(unsigned Val, MachineSSAUpdater *Updater) {
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h
353
PhiT *PHI = Traits::
ValueIsNewPHI
(Info->AvailableVal, 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 23 milliseconds