OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPHIValue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
344
///
GetPHIValue
- For the specified PHI instruction, return the register
346
static unsigned
GetPHIValue
(MachineInstr *PHI) {
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h
447
ValT PHIVal = Traits::
GetPHIValue
(PHI);
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
299
///
GetPHIValue
- For the specified PHI instruction, return the value
301
static Value *
GetPHIValue
(PHINode *PHI) {
Completed in 29 milliseconds