OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPHIValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
336
///
GetPHIValue
- For the specified PHI instruction, return the register
338
static unsigned
GetPHIValue
(MachineInstr *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 66 milliseconds