OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IncomingValues
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Utils/
Local.cpp
602
/// undef. Update
IncomingValues
based on the selected value.
606
/// \param
IncomingValues
A map from block-to-value for other phi inputs
611
IncomingValueMap &
IncomingValues
) {
613
assert((!
IncomingValues
.count(BB) ||
614
IncomingValues
.find(BB)->second == OldVal) &&
617
IncomingValues
.insert(std::make_pair(BB, OldVal));
621
IncomingValueMap::const_iterator It =
IncomingValues
.find(BB);
622
if (It !=
IncomingValues
.end()) return It->second;
634
/// \param
IncomingValues
[out] The map from block to value for this phi.
636
IncomingValueMap &
IncomingValues
) {
[
all
...]
/external/llvm/include/llvm-c/
Core.h
[
all
...]
/external/llvm/lib/IR/
Core.cpp
[
all
...]
Completed in 2008 milliseconds