Searched refs:isSource (Results 1 – 6 of 6) sorted by relevance
156 bool isSource(Value *V);230 bool TypePromotionImpl::isSource(Value *V) { in isSource() function in TypePromotionImpl386 if (isSource(V)) in shouldPromote()830 if (!isa<Instruction>(V) && !isSource(V)) in TryToPromote()846 if (isSource(V)) in TryToPromote()849 if (!isSink(V) && !isSource(V)) { in TryToPromote()861 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
122 bool isSource(MachineBasicBlock &MBB) const { in isSource() function in __anon952a5e950111::PhiIncomingAnalysis555 if (PIA.isSource(IMBB)) { in lowerPhis()
2299 bool isSource(const T *) { return false; } in isSource() function2306 bool isSource(const OMPDependClause *C) { in isSource() function2312 bool isSource(const OMPDoacrossClause *C) { in isSource() function
6136 bool IsDependSource = ODK.isSource(C); in emitRestoreIP()
11300 if (ODK.isSource(C)) { in EmitDoacrossOrdered()
9183 bool isSource(const OMPDoacrossClause *C) { in isSource() function in __anon1dd12e444311::OMPDoacrossKind9376 (DoacrossC && ODK.isSource(DoacrossC))) in checkOpenMPIterationSpace()11250 (DOC && (ODK.isSource(DOC)))) { in ActOnOpenMPOrderedDirective()