OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PHINode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
2579
//
PHINode
Class
2582
//
PHINode
- The
PHINode
class is used to represent the magical mystical PHI
2586
class
PHINode
: public Instruction {
2591
PHINode
(const
PHINode
&PN);
2593
explicit
PHINode
(Type *Ty, unsigned NumReservedValues,
2603
PHINode
(Type *Ty, unsigned NumReservedValues, const Twine &NameStr,
2616
PHINode
*cloneImpl() const;
2628
static
PHINode
*Create(Type *Ty, unsigned NumReservedValues
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
95
//
PHINode
Class
98
PHINode
::
PHINode
(const
PHINode
&PN)
109
Value *
PHINode
::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
137
void
PHINode
::growOperands() {
148
Value *
PHINode
::hasConstantValue() const {
168
bool
PHINode
::hasConstantOrUndefValue() const {
4476
PHINode
*
PHINode
::cloneImpl() const { return new PHINode(*this);
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026