Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyReplacePhysRegs.cpp73 assert(!mustPreserveAnalysisID(LiveIntervalsID) && in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h135 extern char &LiveIntervalsID;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1460 addPass(&LiveIntervalsID); in addOptimizedRegAlloc()
H A DLiveIntervals.cpp78 char &llvm::LiveIntervalsID = LiveIntervalsWrapperPass::ID; member in llvm