Home
last modified time | relevance | path

Searched defs:ValueAndContext (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DAttributor.h185 struct ValueAndContext : public std::pair<Value *, const Instruction *> { struct
187 ValueAndContext(const Base &B) : Base(B) {} in ValueAndContext() argument
188 ValueAndContext(Value &V, const Instruction *CtxI) : Base(&V, CtxI) {} in ValueAndContext() argument
189 ValueAndContext(Value &V, const Instruction &CtxI) : Base(&V, &CtxI) {} in ValueAndContext() argument
191 Value *getValue() const { return this->first; } in getValue()
215 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DAttributor.h185 struct ValueAndContext : public std::pair<Value *, const Instruction *> { struct
187 ValueAndContext(const Base &B) : Base(B) {} in ValueAndContext() argument
188 ValueAndContext(Value &V, const Instruction *CtxI) : Base(&V, CtxI) {} in ValueAndContext() argument
189 ValueAndContext(Value &V, const Instruction &CtxI) : Base(&V, &CtxI) {} in ValueAndContext() argument
191 Value *getValue() const { return this->first; } in getValue()
215 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DAttributor.h185 struct ValueAndContext : public std::pair<Value *, const Instruction *> { struct
187 ValueAndContext(const Base &B) : Base(B) {} in ValueAndContext() function
188 ValueAndContext(Value &V, const Instruction *CtxI) : Base(&V, CtxI) {} in ValueAndContext() function
189 ValueAndContext(Value &V, const Instruction &CtxI) : Base(&V, &CtxI) {} in ValueAndContext() argument
191 Value *getValue() const { return this->first; } in getValue()
215 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DAttributor.h185 struct ValueAndContext : public std::pair<Value *, const Instruction *> { struct
187 ValueAndContext(const Base &B) : Base(B) {} in ValueAndContext() argument
188 ValueAndContext(Value &V, const Instruction *CtxI) : Base(&V, CtxI) {} in ValueAndContext() function
189 ValueAndContext(Value &V, const Instruction &CtxI) : Base(&V, &CtxI) {} in ValueAndContext() function
191 Value *getValue() const { return this->first; } in getValue()
215 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h175 struct ValueAndContext : public std::pair<Value *, const Instruction *> { struct
177 ValueAndContext(const Base &B) : Base(B) {} in ValueAndContext() argument
178 ValueAndContext(Value &V, const Instruction *CtxI) : Base(&V, CtxI) {} in ValueAndContext() argument
179 ValueAndContext(Value &V, const Instruction &CtxI) : Base(&V, &CtxI) {} in ValueAndContext() function
181 Value *getValue() const { return this->first; } in getValue()
205 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache); argument