Searched refs:findSingleUserInBlock (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 3810 static InstTy *findSingleUserInBlock(Value *V, BasicBlock *BB) { in findSingleUserInBlock() function 3828 StoreInst *Store = findSingleUserInBlock<StoreInst>(Accum, BB); in isSimpleBinaryReduction() 3843 auto *ReductionOp = findSingleUserInBlock<BinaryOperator>(V, BB); in isValueReducedToFuncArg() 3851 auto *Store = findSingleUserInBlock<StoreInst>(ReductionOp, BB); in isValueReducedToFuncArg() 4124 findSingleUserInBlock<LoadInst>(FirstPrivatized, NonAtomicBB); in TEST_F() 4126 findSingleUserInBlock<LoadInst>(SecondPrivatized, NonAtomicBB); in TEST_F() 4135 findSingleUserInBlock<AtomicRMWInst>(SecondLoad, AtomicBB); in TEST_F() 4154 Bitcast = findSingleUserInBlock<BitCastInst>(Opaque, FnReductionBB); in TEST_F() 4159 Bitcast = findSingleUserInBlock<BitCastInst>(Opaque, FnReductionBB); in TEST_F() 4331 Bitcast = findSingleUserInBlock<BitCastInst>(Opaque, FnReductionBB); in TEST_F() [all …]
|