Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp895 TheFunc = newFunc(&MF); in build()
901 Block BA = newBlock(TheFunc, &B); in build()
910 Block EA = TheFunc.Addr->getEntryBlock(*this); in build()
911 NodeList Blocks = TheFunc.Addr->members(*this); in build()
1154 TheFunc = Func(); in reset()
1461 for (Block BA : TheFunc.Addr->members(*this)) { in removeUnusedPhis()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h693 Func getFunc() const { return TheFunc; } in getFunc()
899 Func TheFunc; member