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.cpp67 bool insertPassThrough();
81 return insertPassThrough() || Changed; in run()
141 bool BPFAdjustOptImpl::insertPassThrough() { in insertPassThrough() function in BPFAdjustOptImpl
143 auto *CI = BPFCoreSharedInfo::insertPassThrough( in insertPassThrough()
H A DBPFCORE.h54 static Instruction *insertPassThrough(Module *M, BasicBlock *BB,
H A DBPFPreserveDIType.cpp122 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
1102 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in transformGEPChain()
1182 BPFCoreSharedInfo::insertPassThrough(M, BB, BCInst2, Call); in transformGEPChain()