Searched refs:TheFunc (Results 1 – 2 of 2) sorted by relevance
895 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()
693 Func getFunc() const { return TheFunc; } in getFunc()899 Func TheFunc; member