Home
last modified time | relevance | path

Searched defs:LiveVariables (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h51 friend class LiveVariables; variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h50 LiveVariables() : MachineFunctionPass(ID) { LiveVariables() function
H A DTargetInstrInfo.h46 class LiveVariables; variable
/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h58 std::vector<LiveVariable> LiveVariables; variable
/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp134 INITIALIZE_PASS_DEPENDENCY(LiveVariables) INITIALIZE_PASS_DEPENDENCY() argument
[all...]
/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp516 LiveVariables::LiveVariables(void *im) : impl(im) {} LiveVariables() function in LiveVariables
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1498 CreateGCRelocates(ArrayRef<Value * > LiveVariables,ArrayRef<Value * > BasePtrs,Instruction * StatepointToken,IRBuilder<> & Builder,GCStrategy * GC) CreateGCRelocates() argument
1644 makeStatepointExplicitImpl(CallBase * Call,const SmallVectorImpl<Value * > & BasePtrs,const SmallVectorImpl<Value * > & LiveVariables,PartiallyConstructedSafepointRecord & Result,std::vector<DeferredReplacement> & Replacements,const PointerToBaseTy & PointerToBase,GCStrategy * GC) makeStatepointExplicitImpl() argument
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h32 class LiveVariables; variable