Searched refs:UsedValues (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | UpdateCompilerUsed.cpp | 125 std::vector<GlobalValue *> UsedValues; in updateCompilerUsed() local 126 PreserveLibCallsAndAsmUsed(AsmUndefinedRefs, TM, UsedValues) in updateCompilerUsed() 129 if (UsedValues.empty()) in updateCompilerUsed() 132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGenerators.cpp | 177 Value *LB, Value *UB, Value *Stride, SetVector<Value *> &UsedValues, in createParallelLoop() argument 180 AllocaInst *Struct = storeValuesIntoStruct(UsedValues); in createParallelLoop() 185 std::tie(IV, SubFn) = createSubFn(Stride, Struct, UsedValues, Map); in createParallelLoop()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 197 SmallPtrSetImpl<const GlobalValue*> &UsedValues) { in findUsedValues() argument 199 UsedValues.insert(LLVMUsed); in findUsedValues() 206 UsedValues.insert(GV); in findUsedValues()
|
| H A D | ConstantMerge.cpp | 47 SmallPtrSetImpl<const GlobalValue*> &UsedValues) { in FindUsedValues() argument 54 UsedValues.insert(GV); in FindUsedValues()
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | LoopGeneratorsGOMP.h | 53 SetVector<Value *> UsedValues,
|
| H A D | LoopGeneratorsKMP.h | 79 SetVector<Value *> UsedValues,
|
| H A D | LoopGenerators.h | 240 createSubFn(Value *Stride, AllocaInst *Struct, SetVector<Value *> UsedValues,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 182 SmallPtrSet<VNInfo*, 8> UsedValues; member in __anon689c7d9e0111::InlineSpiller 506 if (!UsedValues.insert(VNI).second) in markValueUsed() 661 UsedValues.clear(); in reMaterializeAll() 685 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI)) in reMaterializeAll()
|