HomeSort by relevance Sort by last modified time
    Searched refs:ImmutablePass (Results 26 - 33 of 33) sorted by null

12

  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 321 class TargetLibraryInfoWrapperPass : public ImmutablePass {
TargetTransformInfo.h     [all...]
AliasAnalysis.h     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 110 class MachineModuleInfo : public ImmutablePass {
Passes.h 85 /// This is an ImmutablePass solely for the purpose of exposing CodeGen options
87 class TargetPassConfig : public ImmutablePass {
  /external/llvm/lib/CodeGen/
Passes.cpp 241 : ImmutablePass(ID), PM(&pm), StartBefore(nullptr), StartAfter(nullptr),
283 : ImmutablePass(ID), PM(nullptr) {
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 613 : ImmutablePass(ID), TLIImpl(), TLI(TLIImpl) {
618 : ImmutablePass(ID), TLIImpl(T), TLI(TLIImpl) {
624 : ImmutablePass(ID), TLIImpl(TLIImpl), TLI(this->TLIImpl) {
CFLAliasAnalysis.cpp     [all...]

Completed in 256 milliseconds

12