Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp162 bool isSource(Value *V);
230 bool TypePromotion::isSource(Value *V) { in isSource() function in TypePromotion
394 if (isSource(V)) in shouldPromote()
857 if (!isa<Instruction>(V) && !isSource(V)) in TryToPromote()
874 if (isSource(V)) in TryToPromote()
877 if (!isSink(V) && !isSource(V)) { in TryToPromote()
889 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp140 bool isSource(MachineBasicBlock &MBB) const { in isSource() function in __anond5a978c00111::PhiIncomingAnalysis
630 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()