HomeSort by: relevance | last modified time | path
    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 24 milliseconds