Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp694 struct IndexCall : public PointerUnion<CallsiteInfo *, AllocInfo *> { struct
695 IndexCall() : PointerUnion() {} in IndexCall() argument
696 IndexCall(std::nullptr_t) : IndexCall() {} in IndexCall() argument
697 IndexCall(CallsiteInfo *StackNode) : PointerUnion(StackNode) {} in IndexCall() function
698 IndexCall(AllocInfo *AllocNode) : PointerUnion(AllocNode) {} in IndexCall() function
699 IndexCall(PointerUnion PT) : PointerUnion(PT) {} in IndexCall() argument
701 IndexCall *operator->() { return this; } in operator ->() argument
719 IndexCall> {
740 IndexCall>;
744 IndexCall &Call, const FunctionSummary *Func,
[all …]