Home
last modified time | relevance | path

Searched refs:isSource (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp152 bool isSource(Value *V);
218 bool TypePromotion::isSource(Value *V) { in isSource() function in TypePromotion
375 if (isSource(V)) in shouldPromote()
805 if (!isa<Instruction>(V) && !isSource(V)) in TryToPromote()
822 if (isSource(V)) in TryToPromote()
825 if (!isSink(V) && !isSource(V)) { in TryToPromote()
837 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp140 bool isSource(MachineBasicBlock &MBB) const { in isSource() function in __anone83803c50111::PhiIncomingAnalysis
643 if (PIA.isSource(IMBB)) { in lowerPhis()
H A DAMDGPUMachineCFGStructurizer.cpp74 bool isSource(unsigned Reg, MachineBasicBlock *SourceMBB = nullptr);
237 bool PHILinearize::isSource(unsigned Reg, MachineBasicBlock *SourceMBB) { in isSource() function in PHILinearize
684 if (PHIInfo.isSource(Reg)) { in storeLiveOutReg()