Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp155 bool isSource(Value *V);
229 bool TypePromotionImpl::isSource(Value *V) { in isSource() function in TypePromotionImpl
386 if (isSource(V)) in shouldPromote()
821 if (!isa<Instruction>(V) && !isSource(V)) in TryToPromote()
838 if (isSource(V)) in TryToPromote()
841 if (!isSink(V) && !isSource(V)) { in TryToPromote()
853 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp142 bool isSource(MachineBasicBlock &MBB) const { in isSource() function in __anon1ceaab0c0111::PhiIncomingAnalysis
634 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()