Searched refs:IfConv (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp710 SSAIfConv IfConv; member in class:__anon4537::EarlyIfConverter
750 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, argument
755 MachineDomTreeNode *HeadNode = DomTree->getNode(IfConv.Head);
760 assert(Node->getBlock() == IfConv.Tail && "Unexpected children");
782 Traces->invalidate(IfConv.Head);
783 Traces->invalidate(IfConv.Tail);
784 Traces->invalidate(IfConv.TBB);
785 Traces->invalidate(IfConv.FBB);
796 /// Apply cost model and heuristics to the if-conversion in IfConv.
807 MachineTraceMetrics::Trace TBBTrace = MinInstr->getTrace(IfConv
946 SSAIfConv IfConv; member in class:__anon4539::EarlyIfPredicator
[all...]

Completed in 53 milliseconds