Home
last modified time | relevance | path

Searched refs:insertPassThrough (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp66 bool insertPassThrough();
80 return insertPassThrough() || Changed; in run()
140 bool BPFAdjustOptImpl::insertPassThrough() { in insertPassThrough() function in BPFAdjustOptImpl
142 auto *CI = BPFCoreSharedInfo::insertPassThrough( in insertPassThrough()
H A DBPFCORE.h54 static Instruction *insertPassThrough(Module *M, BasicBlock *BB,
H A DBPFPreserveDIType.cpp121 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in BPFPreserveDITypeImpl()
H A DBPFAbstractMemberAccess.cpp103 Instruction *BPFCoreSharedInfo::insertPassThrough(Module *M, BasicBlock *BB, in insertPassThrough() function in llvm::BPFCoreSharedInfo
1094 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in transformGEPChain()
1160 BPFCoreSharedInfo::insertPassThrough(M, BB, GEP, Call); in transformGEPChain()