OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueIsPHI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
321
///
ValueIsPHI
- Check if the instruction that defines the specified register
323
static MachineInstr *
ValueIsPHI
(unsigned Val, MachineSSAUpdater *Updater) {
327
/// ValueIsNewPHI - Like
ValueIsPHI
but also check if the PHI has no source
330
MachineInstr *PHI =
ValueIsPHI
(Val, Updater);
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
284
///
ValueIsPHI
- Check if a value is a PHI.
286
static PHINode *
ValueIsPHI
(Value *Val, SSAUpdater *Updater) {
290
/// ValueIsNewPHI - Like
ValueIsPHI
but also check if the PHI has no source
293
PHINode *PHI =
ValueIsPHI
(Val, Updater);
Completed in 568 milliseconds