HomeSort by: relevance | last modified time | path
    Searched defs:findPrevDebugLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 1003 DebugLoc findPrevDebugLoc(instr_iterator MBBI);
1004 DebugLoc findPrevDebugLoc(iterator MBBI) {
1005 return findPrevDebugLoc(MBBI.getInstrIterator());
1008 /// Has exact same behavior as @ref findPrevDebugLoc (it also
MachineBasicBlock.h 1003 DebugLoc findPrevDebugLoc(instr_iterator MBBI);
1004 DebugLoc findPrevDebugLoc(iterator MBBI) {
1005 return findPrevDebugLoc(MBBI.getInstrIterator());
1008 /// Has exact same behavior as @ref findPrevDebugLoc (it also
MachineBasicBlock.h 1003 DebugLoc findPrevDebugLoc(instr_iterator MBBI);
1004 DebugLoc findPrevDebugLoc(iterator MBBI) {
1005 return findPrevDebugLoc(MBBI.getInstrIterator());
1008 /// Has exact same behavior as @ref findPrevDebugLoc (it also

Completed in 122 milliseconds