Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
Dindirectbr-3.ll3 ; If ARMBaseInstrInfo::AnalyzeBlocks returns the wrong value, which was possible
/external/llvm/lib/CodeGen/
DIfConversion.cpp202 void AnalyzeBlocks(MachineFunction &MF, std::vector<IfcvtToken*> &Tokens);
315 AnalyzeBlocks(MF, Tokens); in INITIALIZE_PASS_DEPENDENCY()
915 void IfConverter::AnalyzeBlocks(MachineFunction &MF, in AnalyzeBlocks() function in IfConverter