OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddPHIOperand
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
321
///
AddPHIOperand
- Add the specified value as an operand of the PHI for
323
static void
AddPHIOperand
(MachineInstr *PHI, unsigned Val,
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
306
///
AddPHIOperand
- Add the specified value as an operand of the PHI for
308
static void
AddPHIOperand
(PHINode *PHI, Value *Val, BasicBlock *Pred) {
Completed in 161 milliseconds