OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldPromote
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TypePromotion.cpp
167
bool
shouldPromote
(Value *V);
390
bool TypePromotion::
shouldPromote
(Value *V) {
817
if (!isSupportedValue(V) || !
shouldPromote
(V) || !isLegalToPromote(V))
841
if (!isSupportedValue(V) || (
shouldPromote
(V) && !isLegalToPromote(V))) {
889
if (isSource(V) ||
shouldPromote
(V)) {
CodeGenPrepare.cpp
7231
bool
shouldPromote
(const Instruction *ToBePromoted) const {
7330
llvm_unreachable("Did you modified
shouldPromote
and forgot to update "
7383
if (!VPH.canPromote(ToBePromoted) || !VPH.
shouldPromote
(ToBePromoted))
Completed in 29 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026